Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -48,16 +48,16 @@ prompt_user["online"]["chat"] = "Write a well thought out answer to the query::
|
|
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 answer to the query:: {description}"
|
52 |
-
prompt_user["offline"]["report"] = "Write a well thought out Report to the query:: {description}"
|
53 |
-
prompt_user["offline"]["report_table"] = "Write a
|
54 |
|
55 |
-
prompt_system["online"] = """You are an expert AI who can
|
56 |
1 filter and summarize relevant information, if there are conflicting information, use the latest source.
|
57 |
2. use it to construct a clear and factual answer.
|
58 |
-
Your response should be properly formatted and well readable using markdown formatting. """
|
59 |
|
60 |
-
prompt_system["offline"] = """Your response should be properly formatted and well readable using markdown formatting."""
|
61 |
|
62 |
# sys_prompts = {
|
63 |
# "offline": {
|
|
|
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}"
|
52 |
+
prompt_user["offline"]["report"] = "Write a well thought out, detailed and structured Report to the query:: {description}"
|
53 |
+
prompt_user["offline"]["report_table"] = "Write a detailed and structured Report to the query:: {description}, The report should be in markdown format structured into subtopics/tables/lists"
|
54 |
|
55 |
+
prompt_system["online"] = """You are an expert AI who can create detailed answers using internet search results.
|
56 |
1 filter and summarize relevant information, if there are conflicting information, use the latest source.
|
57 |
2. use it to construct a clear and factual answer.
|
58 |
+
Your response should be properly formatted and well readable using markdown formatting. Ignore Links"""
|
59 |
|
60 |
+
prompt_system["offline"] = """You are an expert AI who can create detailed answers. Your response should be properly formatted and well readable using markdown formatting."""
|
61 |
|
62 |
# sys_prompts = {
|
63 |
# "offline": {
|