Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -381,7 +381,7 @@ Required keys:
|
|
381 |
def save_memory(purpose, history):
|
382 |
uid=uuid.uuid4()
|
383 |
history=str(history)
|
384 |
-
c=
|
385 |
inp = str(history)
|
386 |
rl = len(inp)
|
387 |
print(f'rl:: {rl}')
|
@@ -429,8 +429,8 @@ def save_memory(purpose, history):
|
|
429 |
#print ("final1" + resp)
|
430 |
try:
|
431 |
resp='[{'+resp.split('[{')[1].split('</s>')[0]
|
432 |
-
print ("final2\n" + resp)
|
433 |
-
print(f"keywords:: {resp['keywords']}")
|
434 |
except Exception as e:
|
435 |
resp = resp
|
436 |
print(e)
|
|
|
381 |
def save_memory(purpose, history):
|
382 |
uid=uuid.uuid4()
|
383 |
history=str(history)
|
384 |
+
c=1
|
385 |
inp = str(history)
|
386 |
rl = len(inp)
|
387 |
print(f'rl:: {rl}')
|
|
|
429 |
#print ("final1" + resp)
|
430 |
try:
|
431 |
resp='[{'+resp.split('[{')[1].split('</s>')[0]
|
432 |
+
#print ("final2\n" + resp)
|
433 |
+
#print(f"keywords:: {resp['keywords']}")
|
434 |
except Exception as e:
|
435 |
resp = resp
|
436 |
print(e)
|