try new llm model mistral-small

This commit is contained in:
sirius0xdev 2026-03-23 21:07:20 +00:00
parent fd52c0d3de
commit fe3a04d018
3 changed files with 3 additions and 3 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 qwen3:30b-a3b"] args: ["ollama serve & sleep 5 && ollama pull mistral-small"]
- 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: "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent" LLM_URL: "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent"
MODEL_NAME: "gemini-2.0-flash" MODEL_NAME: ""
SUMMARY_PROMPT: | SUMMARY_PROMPT: |
You are an expert news analyst working for DARPA. Your task is to deliver thorough, insightful analysis of the provided news articles. You are an expert news analyst working for DARPA. Your task is to deliver thorough, insightful analysis of the provided news articles.

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-a3b" MODEL_NAME: "mistral-small"
MAP_PROMPT: | MAP_PROMPT: |
You are a state of the art AI News analysis You are a state of the art AI News analysis