Update agent default model to qwen/qwen3.6-27b

This commit is contained in:
Michael
2026-07-01 19:30:37 +02:00
parent 359a8425d5
commit 191920d545
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class AgentSettings(BaseSettings):
gitea_url: str = ""
gitea_token: str = ""
gitea_repos_root: str = ""
agent_model_id: str = "qwen/qwen3.6-35b-a3b"
agent_model_id: str = "qwen/qwen3.6-27b"
agent_max_retries: int = 2
searxng_url: str = ""
searxng_username: str = ""