alibidaran commited on
Commit
7b3cd66
·
verified ·
1 Parent(s): 3994d87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ def respond(history):
23
  prompt=text,
24
  stream=False,
25
  )
 
26
  history.append({'role':'assistant','content':""})
27
  for character in response['response']:
28
  history[-1]['content']+=character
 
23
  prompt=text,
24
  stream=False,
25
  )
26
+ print(response['response'])
27
  history.append({'role':'assistant','content':""})
28
  for character in response['response']:
29
  history[-1]['content']+=character