Spaces:
Runtime error
Runtime error
changed to new gpt-4-turbo
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ for file_name in file_list:
|
|
| 47 |
|
| 48 |
# create assistant
|
| 49 |
assistant = client.beta.assistants.create(
|
| 50 |
-
model="gpt-4-turbo
|
| 51 |
instructions = instructions,
|
| 52 |
tools=[{"type": "retrieval"}],
|
| 53 |
file_ids=file_ids)
|
|
|
|
| 47 |
|
| 48 |
# create assistant
|
| 49 |
assistant = client.beta.assistants.create(
|
| 50 |
+
model="gpt-4-turbo",
|
| 51 |
instructions = instructions,
|
| 52 |
tools=[{"type": "retrieval"}],
|
| 53 |
file_ids=file_ids)
|