zac commited on
Commit
0b94902
·
1 Parent(s): bd2b1c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def generate_text(input_text, history):
29
  print(stream["choices"][0]["text"])
30
  yield stream["choices"][0]["text"]
31
 
32
- history =["init",input_text_with_history]
33
 
34
 
35
 
 
29
  print(stream["choices"][0]["text"])
30
  yield stream["choices"][0]["text"]
31
 
32
+ history =["init",str(input_text_with_history)]
33
 
34
 
35