diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-07-04 10:57:22 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-07-04 10:57:22 +0200 |
| commit | a8b90eb3653cea8322a9e0101eda6c14c3f25cc8 (patch) | |
| tree | 721d222657f6d463be40fd0ae30a847f821cb0a8 /defaults/yacy.init | |
| parent | 177cc87b8967fc3f25b2f22e88611b99e61c02aa (diff) | |
| parent | e1c988b5c38972ae855efdabbc5e24586e938733 (diff) | |
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
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
|
