change llm
This commit is contained in:
parent
45622242e5
commit
c7574f2b31
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
- name: ollama-storage
|
- name: ollama-storage
|
||||||
mountPath: /root/.ollama
|
mountPath: /root/.ollama
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args: ["ollama serve & sleep 5 && ollama pull qwen2.5:32b-instruct"]
|
args: ["ollama serve & sleep 5 && ollama pull qwen2.5:14b-instruct"]
|
||||||
|
|
||||||
|
|
||||||
- name: ollama-sidecar
|
- name: ollama-sidecar
|
||||||
|
|
|
||||||
|
|
@ -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: "qwen2.5:32b-instruct"
|
MODEL_NAME: "qwen2.5:14b-instruct"
|
||||||
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 data and only the data provided .
|
You are an expert news analyst working for Sirius Media. Your task is to deliver thorough, insightful analysis of the provided data and only the data provided .
|
||||||
Only the provided data is to be analyzed
|
Only the provided data is to be analyzed
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue