Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +4 -3
prompts.py
CHANGED
@@ -102,11 +102,12 @@ Summarize the task you are attempting to complete
|
|
102 |
"""
|
103 |
|
104 |
COMPRESS_HISTORY_PROMPT = """
|
105 |
-
You are attempting to write
|
106 |
Topic:
|
107 |
{focus}
|
108 |
-
Use the history of your entire conversation to review everything you have learned
|
109 |
-
|
|
|
110 |
{history}
|
111 |
|
112 |
Compress the timeline of conversation history above into a detailed research highlighting all of the knowledge you have learned
|
|
|
102 |
"""
|
103 |
|
104 |
COMPRESS_HISTORY_PROMPT = """
|
105 |
+
You are attempting to write an exhaustive research paper on the topic of discussion
|
106 |
Topic:
|
107 |
{focus}
|
108 |
+
Use the history of your entire conversation to review everything you have learned
|
109 |
+
Update your current research paper with any new information that you have learned
|
110 |
+
Research Paper:
|
111 |
{history}
|
112 |
|
113 |
Compress the timeline of conversation history above into a detailed research highlighting all of the knowledge you have learned
|