chamge prompt to include batch_text
This commit is contained in:
parent
e9ff4de512
commit
7f7d8461ff
2 changed files with 5 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:3.0
|
image: siriussec/summarizerlocal:3.1
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: DB_PASSWORD
|
- name: DB_PASSWORD
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,9 @@ data:
|
||||||
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.
|
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.
|
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.
|
||||||
|
|
||||||
|
data:
|
||||||
|
{batch_text}
|
||||||
|
|
||||||
|
|
||||||
SUMMARY_PROMPT: |
|
SUMMARY_PROMPT: |
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue