Spaces:
Running
Running
Update prompts.py
Browse files- prompts.py +2 -2
prompts.py
CHANGED
|
@@ -24,9 +24,9 @@ NEWS_ASSISTANT_PROMPT = \
|
|
| 24 |
|
| 25 |
7. Maintain a professional, objective tone throughout.
|
| 26 |
|
| 27 |
-
8. Ensure the report is well-formatted
|
| 28 |
|
| 29 |
-
Aim for a comprehensive
|
| 30 |
and their potential impact."""
|
| 31 |
|
| 32 |
def generate_news_prompt(query, news_data):
|
|
|
|
| 24 |
|
| 25 |
7. Maintain a professional, objective tone throughout.
|
| 26 |
|
| 27 |
+
8. Ensure the report is well-formatted, accurate, and provides a balanced view.
|
| 28 |
|
| 29 |
+
Aim for a comprehensive yet concise overview that informs readers about recent developments
|
| 30 |
and their potential impact."""
|
| 31 |
|
| 32 |
def generate_news_prompt(query, news_data):
|