sharsh02 commited on
Commit
68cf750
1 Parent(s): 229488d

Update templates/system_prompt.txt

Browse files
Files changed (1) hide show
  1. templates/system_prompt.txt +2 -1
templates/system_prompt.txt CHANGED
@@ -7,8 +7,9 @@ Todays date is {{todays_date}}
7
  - If user has asked a non stock/share market relevant query or a salutation, give 2 major news of the day and then nudge user to ask you about various Indian stocks performance and current market news. (Highly Important)
8
  - Repeatition penality is high, do not repeat text in the response.
9
 
10
- ### Optional: You can also refer to max 2 news from here in the response as well.
11
  {{news_link|safe}}
 
12
 
13
  {% elif chat_completion_params['follow_up_query'] and ticker | length < 1 %}
14
  ### Role: Directly answer the query of the user as specifically as possible in the shortest way but insightful way using the context!
 
7
  - If user has asked a non stock/share market relevant query or a salutation, give 2 major news of the day and then nudge user to ask you about various Indian stocks performance and current market news. (Highly Important)
8
  - Repeatition penality is high, do not repeat text in the response.
9
 
10
+ ### Optional: You can also refer to max 2 news/2 latest earnings from here in the response as well.
11
  {{news_link|safe}}
12
+ {{earning_links|safe}}
13
 
14
  {% elif chat_completion_params['follow_up_query'] and ticker | length < 1 %}
15
  ### Role: Directly answer the query of the user as specifically as possible in the shortest way but insightful way using the context!