model name issue
This commit is contained in:
parent
9d5a364b90
commit
35de99488c
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ spec:
|
|||
nvidia.com/gpu: 1
|
||||
containers:
|
||||
- name: analyst
|
||||
image: siriussec/summarizerlocal:1.3
|
||||
image: siriussec/summarizerlocal:1.4
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: DB_PASSWORD
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ data:
|
|||
DB_USER: "news_app"
|
||||
DB_PORT: "5432"
|
||||
LLM_URL: "http://localhost:11434"
|
||||
MODEL_NAME: "qwen3-30b"
|
||||
MODEL_NAME: "qwen3:30b"
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue