Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -43,9 +43,9 @@ SysPromptMd = "You are an expert AI who can create a structured report using inf
|
|
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}
|
47 |
-
prompt_user["online"]["report"] = "Write a well thought out Report to the query:: {description} #### , refer the provided internet search results reference:{reference}
|
48 |
-
prompt_user["online"]["report_table"] = "Write a well thought out Report to the query:: {description}, include any relevant tables if present in the source #### , refer the provided internet search results reference:{reference}
|
49 |
|
50 |
prompt_user["offline"]["chat"] = "Write a well thought out answer to the query:: {description}"
|
51 |
prompt_user["offline"]["report"] = "Write a well thought out Report to the query:: {description}"
|
|
|
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}"
|
47 |
+
prompt_user["online"]["report"] = "Write a well thought out Report to the query:: {description} #### , refer the provided internet search results reference:{reference}"
|
48 |
+
prompt_user["online"]["report_table"] = "Write a well thought out Report to the query:: {description}, include any relevant tables if present in the source #### , refer the provided internet search results reference:{reference}"
|
49 |
|
50 |
prompt_user["offline"]["chat"] = "Write a well thought out answer to the query:: {description}"
|
51 |
prompt_user["offline"]["report"] = "Write a well thought out Report to the query:: {description}"
|