chamge summarizer image
This commit is contained in:
parent
40afa1a34a
commit
3524879c4a
2 changed files with 8 additions and 8 deletions
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: 1
|
||||||
containers:
|
containers:
|
||||||
- name: analyst
|
- name: analyst
|
||||||
image: siriussec/summarizerlocal:2.4
|
image: siriussec/summarizerlocal:2.5
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: DB_PASSWORD
|
- name: DB_PASSWORD
|
||||||
|
|
|
||||||
|
|
@ -9,24 +9,24 @@ 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"
|
MODEL_NAME: "qwen2.5"
|
||||||
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 . Only the provided data is to be analyzed
|
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
|
||||||
For reference the current year is 2026.
|
For reference the current year is 2026.
|
||||||
DATA:
|
DATA:
|
||||||
|
|
||||||
{data}
|
{final_input}
|
||||||
|
|
||||||
Instructions:
|
Instructions:
|
||||||
- DO NOT USE ANY OF YOUR PRIOR TRAINING DATA. ONLY report back on the data given.
|
- DO NOT USE ANY OF YOUR PRIOR TRAINING DATA. ONLY report back on the data given.
|
||||||
- Make telegram friendly with some emojis and formating
|
- Make telegram friendly with some emojis and formating
|
||||||
- Identify the 3–6 most impactful events or developments (prioritize geopolitical, technological, military, economic, or security implications).
|
- Identify the 3–6 most impactful events or developments.
|
||||||
- For each impactful event: Write a detailed 4–6 sentence summary, including key facts, context, potential consequences, and why it matters strategically.
|
- For each impactful event: Write a detailed 4–6 sentence summary, including key facts, context, potential consequences, and why it matters strategically.
|
||||||
- Also give 5-6 unusual news events that stand out . Give 3-4 sentence summary of those
|
- Also give 5-6 local news events that stand out . Give 3-4 sentence summary of those
|
||||||
- Aim for a total output length of 800–1200 words. Be comprehensive but concise.
|
- Aim for a total output length of 800–1200 words. Be comprehensive but concise.
|
||||||
- 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.
|
||||||
|
- Do not inject any stories Only report back on the provided data.
|
||||||
- At the end give 3-6 stock tickers of companies that may bennefit or fall from the articles .
|
- 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