diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index 547f275..528d5ba 100644 --- a/services/comms/atlasbot-deployment.yaml +++ b/services/comms/atlasbot-deployment.yaml @@ -92,13 +92,13 @@ spec: - name: OLLAMA_URL value: http://ollama.ai.svc.cluster.local:11434 - name: OLLAMA_MODEL - value: qwen2.5:14b-instruct + value: qwen2.5:14b-instruct-q4_0 - name: ATLASBOT_MODEL_FAST - value: qwen2.5:14b-instruct + value: qwen2.5:14b-instruct-q4_0 - name: ATLASBOT_MODEL_SMART - value: qwen2.5:14b-instruct + value: qwen2.5:14b-instruct-q4_0 - name: OLLAMA_FALLBACK_MODEL - value: qwen2.5:14b-instruct + value: qwen2.5:14b-instruct-q4_0 - name: OLLAMA_TIMEOUT_SEC value: "600" - name: ATLASBOT_THINKING_INTERVAL_SEC