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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue