fix(aiops): fallback and escalate automation blockers
This commit is contained in:
@@ -525,7 +525,7 @@ class Settings(BaseSettings):
|
||||
description="OpenClaw AI Agent service URL",
|
||||
)
|
||||
OPENCLAW_DEFAULT_MODEL: str = Field(
|
||||
default="deepseek-r1:14b", # 2026-04-08 ogt: SRE最強推理,M1 Pro實測 13 tok/s
|
||||
default="qwen2.5:7b-instruct", # 2026-04-30: DIAGNOSE/RCA 優先低延遲本地模型
|
||||
description="Default Ollama model for RCA analysis",
|
||||
)
|
||||
OPENCLAW_TIMEOUT: int = Field(
|
||||
|
||||
Reference in New Issue
Block a user