pvanand commited on
Commit
10a855b
1 Parent(s): 74042ff

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -44,8 +44,8 @@ prompt_user = {}
44
  prompt_system = {}
45
  prompt_user["online"] = {}
46
  prompt_user["offline"] = {}
47
- prompt_user["online"]["chat"] = "Write a well thought out answer to the query:: {description} #### , refer the provided internet search results reference:{reference}"
48
- prompt_user["online"]["report"] = "Write a well thought out Report to the query:: {description} #### , refer the provided internet search results reference:{reference}"
49
  prompt_user["online"]["report_table"] = "Write a well thought out Report to the query:: {description}, include any relevant tables if present in the source #### , refer the provided internet search results reference:{reference}"
50
 
51
  prompt_user["offline"]["chat"] = "Write a well thought out, detailed and structured answer to the query:: {description}"
 
44
  prompt_system = {}
45
  prompt_user["online"] = {}
46
  prompt_user["offline"] = {}
47
+ prompt_user["online"]["chat"] = "Write a well thought out, detailed and structured answer to the query:: {description} #### , refer the provided internet search results reference:{reference}"
48
+ prompt_user["online"]["report"] = "Write a well thought out, detailed and structured Report to the query:: {description} #### , refer the provided internet search results reference:{reference}, The report should be in markdown format structured into subtopics/tables/lists"
49
  prompt_user["online"]["report_table"] = "Write a well thought out Report to the query:: {description}, include any relevant tables if present in the source #### , refer the provided internet search results reference:{reference}"
50
 
51
  prompt_user["offline"]["chat"] = "Write a well thought out, detailed and structured answer to the query:: {description}"