Omnibus commited on
Commit
c9f38cd
·
verified ·
1 Parent(s): d5056bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -467,7 +467,7 @@ def save_memory(purpose, history):
467
  if ":" in line:
468
  print(f'line:: {line}')
469
 
470
- if "keywords" in line[:16]:
471
  print(f'trying:: {line}')
472
  keyw=line.split(":")[1]
473
  print (keyw)
 
467
  if ":" in line:
468
  print(f'line:: {line}')
469
 
470
+ if "keywords" in line:
471
  print(f'trying:: {line}')
472
  keyw=line.split(":")[1]
473
  print (keyw)