bstraehle commited on
Commit
3086fa6
·
verified ·
1 Parent(s): 20c3424

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -197,7 +197,6 @@ def chat(message, history):
197
  if result:
198
  print("## result")
199
  print(result)
200
- create_message(client, thread, result + " ### " + message)
201
  run = create_run(client, assistant, thread)
202
  run = wait_on_run(client, thread, run)
203
  run_steps = get_run_steps(client, thread, run)
 
197
  if result:
198
  print("## result")
199
  print(result)
 
200
  run = create_run(client, assistant, thread)
201
  run = wait_on_run(client, thread, run)
202
  run_steps = get_run_steps(client, thread, run)