bstraehle commited on
Commit
7ec6e7a
·
verified ·
1 Parent(s): 2fe1d3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def chat(message, history):
61
  if len(history_openai_format) == 1:
62
  init_assistant()
63
 
64
- show_json("assistant", assistant)
65
  show_json("thread", thread)
66
 
67
  #print("### history")
 
61
  if len(history_openai_format) == 1:
62
  init_assistant()
63
 
64
+ show_json("assistant", assistant2)
65
  show_json("thread", thread)
66
 
67
  #print("### history")