Remove OpenClaw provider wiring
All checks were successful
CI / test (push) Successful in 12s
Build and Deploy / build-and-deploy (push) Successful in 22s

This commit is contained in:
Grendgi
2026-06-08 13:48:32 +03:00
parent 12db90dc3b
commit e0f74c62b0
4 changed files with 1 additions and 67 deletions

View File

@@ -7,10 +7,8 @@ data:
HTTP_HOST: "0.0.0.0"
HTTP_PORT: "8080"
MIGRATE_ON_START: "true"
# Default direct AI endpoints. OpenClaw can replace LLM_BASE_URL later when
# we decide to route model traffic through a gateway instead of direct vLLM.
# Direct AI endpoints on the local AI server.
LLM_BASE_URL: "http://10.2.3.5:8002"
LLM_MODEL: "qwen2.5-14b"
LLM_TIMEOUT: "5m"
WHISPERX_URL: "http://10.2.3.5:8001"
OPENCLAW_URL: ""