prompt change
This commit is contained in:
parent
4a568edd0a
commit
8828a06c85
2 changed files with 3 additions and 2 deletions
|
|
@ -13,9 +13,9 @@ data:
|
||||||
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
|
||||||
|
|
||||||
ARTICLES:
|
DATA:
|
||||||
|
|
||||||
{data}
|
{final_input}
|
||||||
|
|
||||||
Instructions:
|
Instructions:
|
||||||
- Make telegram friendly with some emojis and formating
|
- Make telegram friendly with some emojis and formating
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: news-scraper
|
- name: news-scraper
|
||||||
image: siriussec/newsscraper:0.5.2
|
image: siriussec/newsscraper:0.5.2
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue