pvanand commited on
Commit
1ea43e5
1 Parent(s): a4dd9db

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -41,6 +41,7 @@ SysPromptDefault = "You are an expert AI, complete the given task. Do not add an
41
  SysPromptMd = "You are an expert AI who can create a structured report using information provided in the context from user request.The report should be in markdown format consists of markdown tables structured into subtopics. Do not add any additional comments."
42
 
43
  prompt_user = {}
 
44
  prompt_user["online"] = {}
45
  prompt_user["offline"] = {}
46
  prompt_user["online"]["chat"] = "Write a well thought out answer to the query:: {description} #### , refer the provided internet search results reference:{reference}"
 
41
  SysPromptMd = "You are an expert AI who can create a structured report using information provided in the context from user request.The report should be in markdown format consists of markdown tables structured into subtopics. Do not add any additional comments."
42
 
43
  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}"