diff options
Diffstat (limited to 'defaults/yacy.init')
| -rw-r--r-- | defaults/yacy.init | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index a08516364..9afd2c82c 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -1437,14 +1437,23 @@ decoration.grafics.linkstructure = true decoration.hostanalysis = false
decoration.simpleheadernavbar = navbar-default
-# ai settings
-ai.production_models = []
-ai.system-prompt = You are a smart and helpful chatbot. If possible, use friendly emojies.
-ai.llm-system-prefix = \n\nYou may receive additional expert knowledge in the user prompt after a 'Additional Information' headline to enhance your knowledge. Use it only if applicable.
-ai.llm-user-prefix = \n\nAdditional Information:\n\nbelow you find a collection of texts that might be useful to generate a response. Do not discuss these documents, just use them to answer the question above.\n\n
-ai.llm-query-generator-prefix = Make a list of search words with low document frequency for the following prompt; use a JSON Array:
-ai.shield.allow-nonlocalhost = false
-ai.shield.show-chat-link = false
+# ai settings +ai.production_models = [] +ai.system-prompt = You are a smart and helpful chatbot. If possible, use friendly emojies. +ai.llm-system-prefix = \n\nYou may receive additional expert knowledge in the user prompt after a 'Additional Information' headline to enhance your knowledge. Use it only if applicable. +ai.llm-user-prefix = \n\nAdditional Information:\n\nbelow you find a collection of texts that might be useful to generate a response. Do not discuss these documents, just use them to answer the question above.\n\n +ai.llm-query-generator-prefix = Make a list of search words with low document frequency for the following prompt; use a JSON Array: +ai.logreport.enabled = true +ai.logreport.dir = DATA/REPORTS/log +ai.logreport.initial_delay_minutes = 5 +ai.logreport.period_minutes = 60 +ai.logreport.max_bucket_lines = 100000 +ai.logreport.max_tokens = 4096 +ai.logreport.daily_compression.enabled = true +ai.logreport.daily_compression.delete_hourly = false +ai.logreport.feed.max_entries = 100 +ai.shield.allow-nonlocalhost = false +ai.shield.show-chat-link = false ai.shield.rate.per-minute = 4
ai.shield.rate.per-hour = 60
ai.shield.rate.per-day = 120
|
