pvanand commited on
Commit
2d34a18
·
verified ·
1 Parent(s): 91dfae9

Update prompts.py

Browse files
Files changed (1) hide show
  1. 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 and easy to read using markdown formatting (use quotations, subheadings, lists, tables as appropriate)
28
 
29
- Aim for a comprehensive and a balanced overview that informs readers about recent developments
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):