nekoniii3 commited on
Commit
97118fa
·
1 Parent(s): aa5010a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -236,6 +236,9 @@ def bot(state, history, file_id):
236
  content=history[-1][0],
237
  file_ids=[file_id]
238
  )
 
 
 
239
 
240
  # スレッド実行
241
  run = client.beta.threads.runs.create(
 
236
  content=history[-1][0],
237
  file_ids=[file_id]
238
  )
239
+
240
+ print("run実行前")
241
+ print(message)
242
 
243
  # スレッド実行
244
  run = client.beta.threads.runs.create(