change prompt
This commit is contained in:
parent
d6c0472cf2
commit
93b81fd56c
1 changed files with 3 additions and 2 deletions
|
|
@ -11,9 +11,10 @@ data:
|
||||||
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 data and only the data provided . Only the provided data is to be analyzed
|
||||||
|
|
||||||
ARTICLES:
|
ARTICLES:
|
||||||
|
|
||||||
{data}
|
{data}
|
||||||
|
|
||||||
Instructions:
|
Instructions:
|
||||||
|
|
@ -25,6 +26,6 @@ data:
|
||||||
- Always produce substantial content — even if articles seem minor, extract value, implications, or connections.
|
- Always produce substantial content — even if articles seem minor, extract value, implications, or connections.
|
||||||
- Use neutral, professional, analytical tone with precise language.
|
- Use neutral, professional, analytical tone with precise language.
|
||||||
|
|
||||||
- At the end give 3-6 stock tickers of companies that may bennefit or fall from the articles . Say weither to Long or Short the stock.
|
- At the end give 3-6 stock tickers of companies that may bennefit or fall from the articles .
|
||||||
- Structure your response clearly and telegram friendly
|
- Structure your response clearly and telegram friendly
|
||||||
- Output ONLY the structured report translate everything to English — no introductions, apologies, or meta-comments like "no major events found".
|
- Output ONLY the structured report translate everything to English — no introductions, apologies, or meta-comments like "no major events found".
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue