Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +3 -2
prompts.py
CHANGED
|
@@ -170,7 +170,7 @@ Current data:
|
|
| 170 |
New data:
|
| 171 |
{history}
|
| 172 |
|
| 173 |
-
Compress the data above into a concise presentation of relevant data
|
| 174 |
Include datapoints that will provide greater accuracy in completing the task
|
| 175 |
Return the data in JSON format to save space
|
| 176 |
"""
|
|
@@ -188,8 +188,9 @@ Current data:
|
|
| 188 |
New data:
|
| 189 |
{history}
|
| 190 |
|
| 191 |
-
Compress the data above into a concise presentation of relevant data
|
| 192 |
Include datapoints that will provide greater accuracy in completing the task
|
|
|
|
| 193 |
"""
|
| 194 |
|
| 195 |
COMPRESS_HISTORY_PROMPT = """
|
|
|
|
| 170 |
New data:
|
| 171 |
{history}
|
| 172 |
|
| 173 |
+
Compress the data above into a concise data presentation of relevant data
|
| 174 |
Include datapoints that will provide greater accuracy in completing the task
|
| 175 |
Return the data in JSON format to save space
|
| 176 |
"""
|
|
|
|
| 188 |
New data:
|
| 189 |
{history}
|
| 190 |
|
| 191 |
+
Compress the data above into a concise data presentation of relevant data
|
| 192 |
Include datapoints that will provide greater accuracy in completing the task
|
| 193 |
+
|
| 194 |
"""
|
| 195 |
|
| 196 |
COMPRESS_HISTORY_PROMPT = """
|