Add AI provider configuration
This commit is contained in:
@@ -7,3 +7,10 @@ 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.
|
||||
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: ""
|
||||
|
||||
@@ -17,3 +17,4 @@ metadata:
|
||||
type: Opaque
|
||||
stringData:
|
||||
DATABASE_URL: "postgres://ai_service:ai_service@postgres:5432/ai_service?sslmode=disable"
|
||||
LLM_API_KEY: "sk-111f838ccec43406e078cd9094b6797307cb895236179f32"
|
||||
|
||||
Reference in New Issue
Block a user