Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
openai-assistants
like
0
Running
App
Files
Files
Community
bstraehle
commited on
Aug 18
Commit
1f7d1b0
•
1 Parent(s):
cfa124c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -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