diff --git a/services/atlasbot/atlasbot-deployment.yaml b/services/atlasbot/atlasbot-deployment.yaml index 40d49fc5..9d9c8c14 100644 --- a/services/atlasbot/atlasbot-deployment.yaml +++ b/services/atlasbot/atlasbot-deployment.yaml @@ -99,7 +99,7 @@ spec: - name: OLLAMA_MODEL value: qwen2.5:14b-instruct-q4_0 - name: ATLASBOT_MODEL_FAST - value: qwen2.5:14b-instruct-q4_0 + value: qwen2.5-coder:7b-instruct-q4_0 - name: ATLASBOT_MODEL_SMART value: qwen2.5:14b-instruct-q4_0 - name: ATLASBOT_MODEL_GENIUS diff --git a/services/bstein-dev-home/backend-deployment.yaml b/services/bstein-dev-home/backend-deployment.yaml index 3dd5ec2e..da42e772 100644 --- a/services/bstein-dev-home/backend-deployment.yaml +++ b/services/bstein-dev-home/backend-deployment.yaml @@ -70,7 +70,7 @@ spec: - name: AI_ATLASBOT_ENDPOINT value: http://atlasbot.ai.svc.cluster.local:8090/v1/answer - name: AI_ATLASBOT_MODEL_FAST - value: qwen2.5:14b-instruct-q4_0 + value: qwen2.5-coder:7b-instruct-q4_0 - name: AI_ATLASBOT_MODEL_SMART value: qwen2.5:14b-instruct - name: AI_ATLASBOT_MODEL_GENIUS