Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -150,7 +150,7 @@ Current data:
|
|
150 |
New data:
|
151 |
{history}
|
152 |
Compress the data above into a concise data presentation of relevant data
|
153 |
-
Include datapoints that will provide greater accuracy in completing the task
|
154 |
"""
|
155 |
|
156 |
COMPRESS_HISTORY_PROMPT = """
|
|
|
150 |
New data:
|
151 |
{history}
|
152 |
Compress the data above into a concise data presentation of relevant data
|
153 |
+
Include a datapoints and source urls that will provide greater accuracy in completing the task
|
154 |
"""
|
155 |
|
156 |
COMPRESS_HISTORY_PROMPT = """
|