-
Notifications
You must be signed in to change notification settings - Fork 359
Issues: openai/openai-assistants-quickstart
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
from openai import OpenAI client = OpenAI() assistant = client.beta.assistants.create( name="Financial Analyst Assistant", instructions="You are an expert financial analyst. Use you knowledge base to answer questions about audited financial statements.", model="gpt-4o", tools=[{"type": "file_search"}], )
#33
opened Aug 15, 2024 by
Kamwongsa
Why can't my API be called? I'm pretty sure there's no problem with the API
#32
opened Aug 5, 2024 by
JasonKid-maker
Pagination and Rate Limit Issues in File Viewer When Handling Larger VectorStores
#14
opened May 7, 2024 by
BaileySimrell
ProTip!
Mix and match filters to narrow down what you’re looking for.