Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -44,8 +44,8 @@ prompt_user = {}
|
|
| 44 |
prompt_system = {}
|
| 45 |
prompt_user["online"] = {}
|
| 46 |
prompt_user["offline"] = {}
|
| 47 |
-
prompt_user["online"]["chat"] = "Write a well thought out answer to the query:: {description} #### , refer the provided internet search results reference:{reference}"
|
| 48 |
-
prompt_user["online"]["report"] = "Write a well thought out Report to the query:: {description} #### , refer the provided internet search results reference:{reference}"
|
| 49 |
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}"
|
| 50 |
|
| 51 |
prompt_user["offline"]["chat"] = "Write a well thought out, detailed and structured answer to the query:: {description}"
|
|
|
|
| 44 |
prompt_system = {}
|
| 45 |
prompt_user["online"] = {}
|
| 46 |
prompt_user["offline"] = {}
|
| 47 |
+
prompt_user["online"]["chat"] = "Write a well thought out, detailed and structured answer to the query:: {description} #### , refer the provided internet search results reference:{reference}"
|
| 48 |
+
prompt_user["online"]["report"] = "Write a well thought out, detailed and structured Report to the query:: {description} #### , refer the provided internet search results reference:{reference}, The report should be in markdown format structured into subtopics/tables/lists"
|
| 49 |
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}"
|
| 50 |
|
| 51 |
prompt_user["offline"]["chat"] = "Write a well thought out, detailed and structured answer to the query:: {description}"
|