Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ def save_memory(purpose, history):
|
|
195 |
e=chunk
|
196 |
print(f'e:: {e}')
|
197 |
new_history=""
|
198 |
-
task = f'
|
199 |
for z in range(divi):
|
200 |
print(f's:e :: {s}:{e}')
|
201 |
|
@@ -225,7 +225,7 @@ def save_memory(purpose, history):
|
|
225 |
# print(f'Line:: {line}')
|
226 |
#skills.append(resp)
|
227 |
#print ("final2" + resp)
|
228 |
-
resp=
|
229 |
print ("final2" + resp)
|
230 |
|
231 |
try:
|
|
|
195 |
e=chunk
|
196 |
print(f'e:: {e}')
|
197 |
new_history=""
|
198 |
+
task = f'Index this Data\n'
|
199 |
for z in range(divi):
|
200 |
print(f's:e :: {s}:{e}')
|
201 |
|
|
|
225 |
# print(f'Line:: {line}')
|
226 |
#skills.append(resp)
|
227 |
#print ("final2" + resp)
|
228 |
+
resp=resp.split('</s>')[0]
|
229 |
print ("final2" + resp)
|
230 |
|
231 |
try:
|