change llm

This commit is contained in:
sirius0xdev 2026-02-10 04:16:40 +00:00
parent 45622242e5
commit c7574f2b31
2 changed files with 2 additions and 2 deletions

View file

@ -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

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: "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