From be1e0f1d28aaea9272e09d54cdc8a521528ac69f Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Thu, 12 Feb 2026 01:54:27 +0000 Subject: [PATCH] change image for updated mapping prompt & switch to qwen3 --- apps/base/customer1/news_bot/analyst-cronjob.yaml | 8 +++----- apps/base/customer1/news_bot/gemma-configmap.yaml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/apps/base/customer1/news_bot/analyst-cronjob.yaml b/apps/base/customer1/news_bot/analyst-cronjob.yaml index e58c86e..5610133 100644 --- a/apps/base/customer1/news_bot/analyst-cronjob.yaml +++ b/apps/base/customer1/news_bot/analyst-cronjob.yaml @@ -22,12 +22,12 @@ spec: - name: ollama-storage mountPath: /root/.ollama command: ["/bin/sh", "-c"] - args: ["ollama serve & sleep 5 && ollama pull qwen2.5:32b-instruct"] + args: ["ollama serve & sleep 5 && ollama pull qwen3:30b-a3b"] - name: ollama-sidecar image: ollama/ollama:latest - restartPolicy: Always # This is the magic + restartPolicy: Always env: - name: OLLAMA_DEBUG value: "2" @@ -43,7 +43,7 @@ spec: nvidia.com/gpu: 1 containers: - name: analyst - image: siriussec/summarizerlocal:2.8 + image: siriussec/summarizerlocal:2.9 imagePullPolicy: Always env: - name: DB_PASSWORD @@ -54,8 +54,6 @@ spec: envFrom: - configMapRef: name: gemma-config - # Make sure your summarizer script talks to http://localhost:11434 - # (or http://127.0.0.1:11434) restartPolicy: OnFailure diff --git a/apps/base/customer1/news_bot/gemma-configmap.yaml b/apps/base/customer1/news_bot/gemma-configmap.yaml index 9abcfbd..c316892 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: "qwen2.5:32b-instruct" + MODEL_NAME: "qwen3:39b-a3b" SUMMARY_PROMPT: | SUMMARY_PROMPT: | You are Sirius Media a fast, Telegram-optimized news & trading insight generator.