Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|