v0.17.4: remove redundant context thermometer; default to qwen2.5-7b-instruct

This commit is contained in:
gramps
2026-07-13 09:01:08 -07:00
parent e7e6cd8af6
commit 19d099f17a
2 changed files with 133 additions and 169 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ VERSION = "v0.17.2"
OLLAMA_BASE = os.environ.get("OLLAMA_BASE", "http://localhost:11434")
LLAMA_SERVER_BASE = os.environ.get("LLAMA_SERVER_BASE", "http://192.168.50.108:8081")
SEARXNG_BASE = "http://localhost:8888"
DEFAULT_MODEL = "llama3.1:latest"
DEFAULT_MODEL = "qwen2.5-7b-instruct"
COMPLETIONS_API_KEY = os.environ.get("CAIC_COMPLETIONS_API_KEY", "caic-sk-" + os.urandom(24).hex())
MODEL_CONTEXT_LENGTH = 4096