A2A wiring up

This commit is contained in:
Renn F
2026-01-06 00:59:09 +01:00
parent aeb3aea55e
commit c621710ae6
63 changed files with 2327 additions and 451 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.6:cloud",
default="glm-4.7:cloud",
description="Local LLM for HyDE/RAG (non-thinking models are faster)",
)
local_llm_base_url: str = Field(