bstraehle commited on
Commit
c77c850
1 Parent(s): f498bf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def create_assistant(client):
29
  model="gpt-4o",
30
  tools=[
31
  {"type": "code_interpreter"},
32
- {"type": "retrieval"},
33
  ],
34
  )
35
 
 
29
  model="gpt-4o",
30
  tools=[
31
  {"type": "code_interpreter"},
32
+ {"type": "file_search"},
33
  ],
34
  )
35