Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ def compress_data(c,purpose, history):
|
|
| 113 |
e=chunk
|
| 114 |
print(f'e:: {e}')
|
| 115 |
new_history=""
|
| 116 |
-
task = f'Compile this data to fulfill the task: {task}, and complete the purpose: {purpose}\n'
|
| 117 |
for z in range(divi):
|
| 118 |
print(f's:e :: {s}:{e}')
|
| 119 |
|
|
|
|
| 113 |
e=chunk
|
| 114 |
print(f'e:: {e}')
|
| 115 |
new_history=""
|
| 116 |
+
#task = f'Compile this data to fulfill the task: {task}, and complete the purpose: {purpose}\n'
|
| 117 |
for z in range(divi):
|
| 118 |
print(f's:e :: {s}:{e}')
|
| 119 |
|