Tonic commited on
Commit
47e23e1
Β·
1 Parent(s): a363a17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -15,7 +15,6 @@ def ask_openai(question):
15
  thread_id=thread.id,
16
  role="user",
17
  content=question,
18
- assistant_id=assistant_id
19
  )
20
 
21
  run = client.beta.threads.runs.create(
 
15
  thread_id=thread.id,
16
  role="user",
17
  content=question,
 
18
  )
19
 
20
  run = client.beta.threads.runs.create(