bstraehle commited on
Commit
1f7d1b0
1 Parent(s): cfa124c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -33,7 +33,6 @@ def create_assistant(client):
33
  model="gpt-4o",
34
  tools=[
35
  {"type": "code_interpreter"},
36
- {"type": "file_search"},
37
  ],
38
  )
39
 
 
33
  model="gpt-4o",
34
  tools=[
35
  {"type": "code_interpreter"},
 
36
  ],
37
  )
38