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