model name issue

This commit is contained in:
sirius0xdev 2026-02-04 02:38:33 +00:00
parent 9d5a364b90
commit 35de99488c
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ spec:
nvidia.com/gpu: 1 nvidia.com/gpu: 1
containers: containers:
- name: analyst - name: analyst
image: siriussec/summarizerlocal:1.3 image: siriussec/summarizerlocal:1.4
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: DB_PASSWORD - name: DB_PASSWORD

View file

@ -9,7 +9,7 @@ data:
DB_USER: "news_app" DB_USER: "news_app"
DB_PORT: "5432" DB_PORT: "5432"
LLM_URL: "http://localhost:11434" LLM_URL: "http://localhost:11434"
MODEL_NAME: "qwen3-30b" MODEL_NAME: "qwen3:30b"
SUMMARY_PROMPT: | SUMMARY_PROMPT: |
You are an expert news analyst working for Sirius Media. Your task is to deliver thorough, insightful analysis of the provided news articles. You are an expert news analyst working for Sirius Media. Your task is to deliver thorough, insightful analysis of the provided news articles.