fix model name typo
This commit is contained in:
parent
d558318ef6
commit
40a20d6b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:39b-a3b"
|
MODEL_NAME: "qwen3:30b-a3b"
|
||||||
SUMMARY_PROMPT: |
|
SUMMARY_PROMPT: |
|
||||||
SUMMARY_PROMPT: |
|
SUMMARY_PROMPT: |
|
||||||
You are Sirius Media a fast, Telegram-optimized news & trading insight generator.
|
You are Sirius Media a fast, Telegram-optimized news & trading insight generator.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue