bstraehle commited on
Commit
e04bd50
·
verified ·
1 Parent(s): 952a213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -122,7 +122,9 @@ def extract_content_values(data):
122
 
123
  def chat(message, history):
124
  global client, assistant, thread
125
-
 
 
126
  if assistant == None:
127
  assistant = load_assistant(client)
128
 
 
122
 
123
  def chat(message, history):
124
  global client, assistant, thread
125
+
126
+ print(history)
127
+
128
  if assistant == None:
129
  assistant = load_assistant(client)
130