bstraehle commited on
Commit
5bb778f
1 Parent(s): ee66ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -60,6 +60,10 @@ def chat(message, history):
60
  if len(history_openai_format) == 1:
61
  client, assistant, thread = init_assistant()
62
 
 
 
 
 
63
  show_json("assistant", assistant)
64
  show_json("thread", thread)
65
 
 
60
  if len(history_openai_format) == 1:
61
  client, assistant, thread = init_assistant()
62
 
63
+ client = client
64
+ assistant = assistant
65
+ thread = thread
66
+
67
  show_json("assistant", assistant)
68
  show_json("thread", thread)
69