bstraehle commited on
Commit
42c9326
1 Parent(s): 50ddfc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -129,6 +129,8 @@ def chat(message, history):
129
  if assistant == None:
130
  assistant = load_assistant(client)
131
 
 
 
132
  if len(history) == 0:
133
  thread = create_thread(client)
134
 
 
129
  if assistant == None:
130
  assistant = load_assistant(client)
131
 
132
+ print("\n\n\n"+history)
133
+
134
  if len(history) == 0:
135
  thread = create_thread(client)
136