Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -50,7 +50,7 @@ sys_prompts = {
|
|
50 |
"online": {
|
51 |
"Chat": "You are an expert AI, complete the given task using the provided context. Do not add any additional comments.",
|
52 |
"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.",
|
53 |
-
"Tabular Report": "You are an expert AI who can provide comprehensive answers using
|
54 |
"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.",
|
55 |
},
|
56 |
}
|
|
|
50 |
"online": {
|
51 |
"Chat": "You are an expert AI, complete the given task using the provided context. Do not add any additional comments.",
|
52 |
"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.",
|
53 |
+
"Tabular Report": "You are an expert AI who can provide comprehensive answers using internet search results. You should decide which information is relevant to the given question and use it to write asnswer. Your response should be well readable using markdown formatting. Do not add any additional comments.",
|
54 |
"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.",
|
55 |
},
|
56 |
}
|