Spaces:
Running
Running
Update main.py
Browse files
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
|
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
|
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
|
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 |
|