diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-01-08 21:33:53 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-01-08 21:33:53 +0100 |
| commit | bda680f27a095537917713a5553af8dd9729e76e (patch) | |
| tree | 6c4f981a1bc24ce532b9d6f2ffbbf87783dbe3d8 /defaults | |
| parent | c7d6e64757cfef3a6f0e987e47b3de9240136c00 (diff) | |
fixed bug in ai.production_models default value and replaced some
outdated LLMs with new ones
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/yacy.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index 90523996d..2274d4d59 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -1423,7 +1423,7 @@ decoration.hostanalysis = false decoration.simpleheadernavbar = navbar-default # ai settings -ai.production_models = {} +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 |
