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