diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-11-13 23:34:34 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-11-13 23:34:34 +0100 |
| commit | 3a3292c8e98d3dbf3decba80504acc252b2bb83b (patch) | |
| tree | 12d14f6e688049a6760cb4ed10f770e40b216575 /source | |
| parent | 0887619a1f0ddc697dfc188aca60115783612037 (diff) | |
renamed usage named
Diffstat (limited to 'source')
| -rw-r--r-- | source/net/yacy/htroot/LLMSelection_p.java | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/source/net/yacy/htroot/LLMSelection_p.java b/source/net/yacy/htroot/LLMSelection_p.java index 4f02616bf..3877ffdac 100644 --- a/source/net/yacy/htroot/LLMSelection_p.java +++ b/source/net/yacy/htroot/LLMSelection_p.java @@ -87,12 +87,15 @@ public class LLMSelection_p { prop.put("productionmodels_" + i + "_hoststub", row.optString("hoststub", "")); prop.put("productionmodels_" + i + "_api_key", row.optString("api_key", "")); prop.put("productionmodels_" + i + "_max_tokens", row.optString("max_tokens", "4096")); - prop.put("productionmodels_" + i + "_answers", row.optBoolean("answers", false)); + + prop.put("productionmodels_" + i + "_search", row.optBoolean("search", false)); prop.put("productionmodels_" + i + "_chat", row.optBoolean("chat", false)); prop.put("productionmodels_" + i + "_translation", row.optBoolean("translation", false)); - prop.put("productionmodels_" + i + "_qa-generation", row.optBoolean("qa-generation", false)); prop.put("productionmodels_" + i + "_classification", row.optBoolean("classification", false)); - prop.put("productionmodels_" + i + "_tldr-shortener", row.optBoolean("tldr-shortener", false)); + prop.put("productionmodels_" + i + "_query", row.optBoolean("query", false)); + prop.put("productionmodels_" + i + "_qapairs", row.optBoolean("qapairs", false)); + prop.put("productionmodels_" + i + "_tldr", row.optBoolean("tldr", false)); + prop.put("productionmodels_" + i + "_tooling", row.optBoolean("tooling", false)); prop.put("productionmodels_" + i + "_vision", row.optBoolean("vision", false)); } |
