pvanand commited on
Commit
24a6044
1 Parent(s): 8d2a747

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -39,9 +39,9 @@ sys_prompts = {
39
  },
40
  "online": {
41
  "Chat": "You are an expert AI, complete the given task using the provided context. Do not add any additional comments.",
42
- "Full Text Report": "You are an expert AI who can create a detailed report using information scraped from the internet. You should decide which information is relevant to the user query and use it to create a report. The report should be in markdown format. Do not add any additional comments.",
43
- "Tabular Report": "You are an expert AI who can create a structured report using information scraped from the internet. You should decide which information is relevant to the user query and use it to create a report. The report should be in markdown format structured into subtopics/tables/lists. Do not add any additional comments.",
44
- "Tables only": "You are an expert AI who can create a structured tabular report using information scraped from the internet. You should decide which information is relevant to the user query. The report should be in markdown format consists of only markdown tables. Do not add any additional comments.",
45
  },
46
  }
47
 
 
39
  },
40
  "online": {
41
  "Chat": "You are an expert AI, complete the given task using the provided context. Do not add any additional comments.",
42
+ "Full Text Report": "You are an expert AI who can create a detailed report using information scraped from the internet. You should decide which information is relevant to the given task and use it to create a report. The report should be in markdown format. Do not add any additional comments.",
43
+ "Tabular Report": "You are an expert AI who can create a structured report using information scraped from the internet. You should decide which information is relevant to the given task and use it to create a report. The report should be in markdown format structured into subtopics/tables/lists. Do not add any additional comments.",
44
+ "Tables only": "You are an expert AI who can create a structured tabular report using information scraped from the internet. You should decide which information is relevant to the given task. The report should be in markdown format consists of only markdown tables. Do not add any additional comments.",
45
  },
46
  }
47