Update default model ID to qwen3.6-35b-a3b-mtp@iq4_nl
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
- `GITEA_URL` — Gitea API base URL (REQUIRED)
|
- `GITEA_URL` — Gitea API base URL (REQUIRED)
|
||||||
- `GITEA_TOKEN` — Gitea API token (REQUIRED)
|
- `GITEA_TOKEN` — Gitea API token (REQUIRED)
|
||||||
- `GITEA_REPOS_ROOT` — Local path to clone repos to (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: `qwen3.6-35b-a3b-mtp@iq4_nl`)
|
||||||
- `AGENT_MAX_RETRIES` — Max retries per task (default: `2`)
|
- `AGENT_MAX_RETRIES` — Max retries per task (default: `2`)
|
||||||
|
|
||||||
# Architecture
|
# Architecture
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ class AgentSettings(BaseSettings):
|
|||||||
gitea_url: str = ""
|
gitea_url: str = ""
|
||||||
gitea_token: str = ""
|
gitea_token: str = ""
|
||||||
gitea_repos_root: str = ""
|
gitea_repos_root: str = ""
|
||||||
agent_model_id: str = "qwen/qwen3.6-35b-a3b"
|
agent_model_id: str = "qwen3.6-35b-a3b-mtp@iq4_nl"
|
||||||
agent_max_retries: int = 2
|
agent_max_retries: int = 2
|
||||||
agent_usernames: list[str] = ["agent-bot"]
|
agent_usernames: list[str] = ["agent-bot"]
|
||||||
gitea_org_filter: str = "meeks"
|
gitea_org_filter: str = "meeks"
|
||||||
|
|||||||
+1
-1
@@ -109,5 +109,5 @@ class GiteaConfig(BaseModel):
|
|||||||
base_url: str
|
base_url: str
|
||||||
token: str
|
token: str
|
||||||
repos_root: str
|
repos_root: str
|
||||||
model_id: str = "qwen/qwen3.6-35b-a3b"
|
model_id: str = "qwen3.6-35b-a3b-mtp@iq4_nl"
|
||||||
max_retries: int = 2
|
max_retries: int = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user