sharsh02 commited on
Commit
3e34ce1
1 Parent(s): 5fe8017

Update templates/system_prompt.txt

Browse files
Files changed (1) hide show
  1. templates/system_prompt.txt +1 -1
templates/system_prompt.txt CHANGED
@@ -9,7 +9,7 @@ Todays date is {{todays_date}}
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!
 
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
+ {{earnings|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!