Update agent default model to qwen/qwen3.6-27b
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
- `GITEA_URL` — Gitea API base URL (REQUIRED)
|
||||
- `GITEA_TOKEN` — Gitea API token (REQUIRED)
|
||||
- `GITEA_REPOS_ROOT` — Local path to clone repos to (REQUIRED)
|
||||
- `AGENT_MODEL_ID` — LM Studio model ID (default: `qwen/qwen3.6-35b-a3b`)
|
||||
- `AGENT_MODEL_ID` — LM Studio model ID (default: `qwen/qwen3.6-27b`)
|
||||
- `AGENT_MAX_RETRIES` — Max retries per task (default: `2`)
|
||||
|
||||
# Architecture
|
||||
|
||||
+1
-1
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user