I mean, it's at a good place rn...

This commit is contained in:
Renn F
2026-04-20 15:10:54 +02:00
parent 0023c25d60
commit 8e201901c0
264 changed files with 36484 additions and 748 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ class Settings(BaseSettings):
# Local LLM for RAG (HyDE, reranking, etc.)
local_llm_model: str = Field(
default="glm-5.1:cloud",
default="glm-5:cloud",
description="Local LLM for HyDE/RAG (non-thinking models are faster)",
)
local_llm_base_url: str = Field(