hangerrits commited on
Commit
0d45167
·
verified ·
1 Parent(s): e24341e

changed to new gpt-4-turbo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-preview",
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)