chamge map prompt and new image for summarizer
This commit is contained in:
parent
8b3eec8cdc
commit
e9ff4de512
2 changed files with 10 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: 1
|
||||||
containers:
|
containers:
|
||||||
- name: analyst
|
- name: analyst
|
||||||
image: siriussec/summarizerlocal:2.9
|
image: siriussec/summarizerlocal:3.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: DB_PASSWORD
|
- name: DB_PASSWORD
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,16 @@ data:
|
||||||
DB_PORT: "5432"
|
DB_PORT: "5432"
|
||||||
LLM_URL: "http://localhost:11434"
|
LLM_URL: "http://localhost:11434"
|
||||||
MODEL_NAME: "qwen3:30b-a3b"
|
MODEL_NAME: "qwen3:30b-a3b"
|
||||||
|
|
||||||
|
MAP_PROMPT: |
|
||||||
|
You are a state of the art AI News analysis your job is to summarizes the articles given to you into a 3-6 factual bullet points each.
|
||||||
|
You are looking for any news that may effect the stock or futures market. These articles are from world wide sources and in many languages . Translate all to english.
|
||||||
|
Rate eash article on a scale of 1-10 depending on it's possible market effects . 1 being no effect 10 being a critical event . In each event with market relevance be sure to list the tickers or futures symbols that will be affected.
|
||||||
|
These summaries will be reanalyzed by you again to create on master summary of the most important events of the last hour. So leave any notes that may be useful.
|
||||||
|
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
Your ONLY source of information is the FINAL INPUT DATA below.
|
Your ONLY source of information is the FINAL INPUT DATA below.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue