Fix config map
This commit is contained in:
parent
362ae2bc38
commit
b7531086a8
3 changed files with 4 additions and 4 deletions
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: 1
|
||||||
containers:
|
containers:
|
||||||
- name: analyst
|
- name: analyst
|
||||||
image: siriussec/summarizerlocal:3.1
|
image: siriussec/summarizerlocal:3.3
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: DB_PASSWORD
|
- name: DB_PASSWORD
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@ data:
|
||||||
|
|
||||||
Output Format:
|
Output Format:
|
||||||
Structure your response as a concise report for quick trader review. Use markdown for readability. Limit to top 5-10 most impactful articles per batch to avoid overload.
|
Structure your response as a concise report for quick trader review. Use markdown for readability. Limit to top 5-10 most impactful articles per batch to avoid overload.
|
||||||
|
Make telegram friendly with emojis and formating.
|
||||||
|
|
||||||
Summary Dashboard:
|
Summary Dashboard:
|
||||||
Total articles scanned: [Number]
|
Total articles scanned: [Number]
|
||||||
|
|
@ -72,5 +73,3 @@ data:
|
||||||
|
|
||||||
data to analyze:
|
data to analyze:
|
||||||
{final_input}
|
{final_input}
|
||||||
────────────────────────────────────────
|
|
||||||
Analysis based solely on provided news data. Not financial advice. Trade at your own risk.
|
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,6 @@
|
||||||
gcloud = "latest"
|
gcloud = "latest"
|
||||||
k9s = "latest"
|
k9s = "latest"
|
||||||
kubectl = "latest"
|
kubectl = "latest"
|
||||||
|
lazygit = "latest"
|
||||||
sops = "latest"
|
sops = "latest"
|
||||||
terraform = "latest"
|
terraform = "latest"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue