fix(nemotron): 停用 Nemotron 協作 — Ollama timeout 導致 confidence=0.0
Some checks failed
CD Pipeline / build-and-deploy (push) Failing after 2m1s

Ollama 111 tool_call 60s×2 > asyncio.wait_for 30s
→ expert_system fallback → confidence=0.0 → 告警卡顯示規則匹配 0%

暫停 ADR-044 直到 Ollama 穩定,OpenClaw LLM 仍正常運作

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-04-12 21:06:27 +08:00
parent 9c8dde0951
commit efca6f816a

View File

@@ -56,8 +56,11 @@ data:
# ============================================================================
# Phase 22: OpenClaw + Nemotron 協作 (ADR-044)
# 2026-03-31 ogt: 統帥需求 - @tsenyangbot 對話 + Incident 雙軌
# 2026-04-12 ogt: 停用 Nemotron 協作 — Ollama 111 tool_call 60s×2 timeout
# > asyncio.wait_for 30s 先觸發 → expert_system fallback → confidence=0.0
# ADR-044 暫停,待 Ollama 穩定後重啟
# ============================================================================
ENABLE_NEMOTRON_COLLABORATION: "true"
ENABLE_NEMOTRON_COLLABORATION: "false"
NEMOTRON_TIMEOUT_SECONDS: "55"
NEMOTRON_ASYNC_UPDATE: "true"