Added git workflow + fixing some issues

This commit is contained in:
Renn F
2026-04-19 16:13:42 +02:00
parent f474603897
commit 0023c25d60
67 changed files with 5266 additions and 1914 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-4.7:cloud",
default="glm-5.1:cloud",
description="Local LLM for HyDE/RAG (non-thinking models are faster)",
)
local_llm_base_url: str = Field(