Files
awoooi/apps/api
OG T d952435b60
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 32m34s
fix(drift): 改用 OpenClaw AI Router 取代 Ollama httpx 直連
根因:_call_nemotron() 直接呼叫 Ollama httpx(settings.OLLAMA_URL)
      繞過 AI Router,無 fallback → "All connection attempts failed"
      → Telegram 卡顯示「意圖分析失敗:All connection attempts failed」

修復:改走 get_openclaw().call(prompt)
      自動享有 Provider 降級與 fallback 機制(與其他 Agent 一致)

廢棄:BUG-001 httpx 直連繞過法(nvidia_provider 介面已穩定)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 10:27:39 +08:00
..