Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -29,7 +29,7 @@ SysPromptJson = "You are now in the role of an expert AI who can extract structu
|
|
29 |
SysPromptList = "You are now in the role of an expert AI who can extract structured information from user request. All elements must be in double quotes. You must respond ONLY with a valid python List. Do not add any additional comments."
|
30 |
SysPromptDefault = "You are an expert AI, complete the given task. Do not add any additional comments."
|
31 |
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."
|
32 |
-
|
33 |
sys_prompts = {
|
34 |
"offline": {
|
35 |
"Chat": "You are an expert AI, complete the given task. Do not add any additional comments.",
|
|
|
29 |
SysPromptList = "You are now in the role of an expert AI who can extract structured information from user request. All elements must be in double quotes. You must respond ONLY with a valid python List. Do not add any additional comments."
|
30 |
SysPromptDefault = "You are an expert AI, complete the given task. Do not add any additional comments."
|
31 |
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."
|
32 |
+
|
33 |
sys_prompts = {
|
34 |
"offline": {
|
35 |
"Chat": "You are an expert AI, complete the given task. Do not add any additional comments.",
|