From fe3a04d018708ee0e0c392f17af7c23d807b9b8b Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 23 Mar 2026 21:07:20 +0000 Subject: [PATCH] try new llm model mistral-small --- apps/base/customer1/news_bot/analyst-cronjob.yaml | 2 +- apps/base/customer1/news_bot/configmap.yaml | 2 +- apps/base/customer1/news_bot/gemma-configmap.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base/customer1/news_bot/analyst-cronjob.yaml b/apps/base/customer1/news_bot/analyst-cronjob.yaml index 2e0641c..87d4d85 100644 --- a/apps/base/customer1/news_bot/analyst-cronjob.yaml +++ b/apps/base/customer1/news_bot/analyst-cronjob.yaml @@ -22,7 +22,7 @@ spec: - name: ollama-storage mountPath: /root/.ollama command: ["/bin/sh", "-c"] - args: ["ollama serve & sleep 5 && ollama pull qwen3:30b-a3b"] + args: ["ollama serve & sleep 5 && ollama pull mistral-small"] - name: ollama-sidecar diff --git a/apps/base/customer1/news_bot/configmap.yaml b/apps/base/customer1/news_bot/configmap.yaml index 10c1d23..36d746a 100644 --- a/apps/base/customer1/news_bot/configmap.yaml +++ b/apps/base/customer1/news_bot/configmap.yaml @@ -9,7 +9,7 @@ data: DB_USER: "news_app" DB_PORT: "5432" LLM_URL: "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent" - MODEL_NAME: "gemini-2.0-flash" + MODEL_NAME: "" SUMMARY_PROMPT: | You are an expert news analyst working for DARPA. Your task is to deliver thorough, insightful analysis of the provided news articles. diff --git a/apps/base/customer1/news_bot/gemma-configmap.yaml b/apps/base/customer1/news_bot/gemma-configmap.yaml index fbf4249..adee961 100644 --- a/apps/base/customer1/news_bot/gemma-configmap.yaml +++ b/apps/base/customer1/news_bot/gemma-configmap.yaml @@ -9,7 +9,7 @@ data: DB_USER: "news_app" DB_PORT: "5432" LLM_URL: "http://localhost:11434" - MODEL_NAME: "qwen3:30b-a3b" + MODEL_NAME: "mistral-small" MAP_PROMPT: | You are a state of the art AI News analysis