-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Support new features from DevDay #112
Comments
Hello @danmou. I will work on new things once I get older issues fixed, if you can code implment this or anyone can from the community, I will be happy to review and merge it. |
After rethinking, I don't really want to invest time to implement such BETA features, since I am sure they will just move and change around after a while as it happens with the chat API and functions... Let me know if anyone needs this really for production use. otherwise, I will be happy to review your pull requests and help with them. |
I would like to add the beta features to instance. |
Cool, let me know if you got issues or questions. |
JsonMode is something worth supporting IMO and relatively super easy. https://platform.openai.com/docs/guides/text-generation/json-mode |
It is already implmented. |
The dall-e-3 (model field for image methods), text-to-speech, vision input for chats and other old APIs feature changes are implemented. |
@patgpt |
very much appreciate it. though in Beta, these features can come really handy if implemented 🙏🏼 wish I could help but I've not much experience 🥲 |
Anu updates on this? |
if anyone is interested in working on this, these are the BETA features that I don't intend to touch until they are in alpha or stable in the API reference:
if you want to help, please do. |
Thanks for all the progress! |
doesn't seem like this is going anywhere? 🥹 |
Hi, |
do you need it for a production app? I intend currently to support it once it gets out of BETA phase, so I can ensure I don't reimplement the same things twice. |
Hey y'all, looking at the assistant APIs, there is lot to be desired honestly. And hence, a lot of room for improvement. It seems highly unlikely that unofficial SDKs would take on that kinda implementation efforts when the APIs are expected to go through a lot of changes. I am building an MVP and I went ahead and implemented those APIs from scratch if anyone wants to reuse them feel free to reach out to me via Twitter or mail. I might be able to get you a head start! |
Hi Shirish, I do need the assistant API for my app. Did you build it based on this |
https://pub.dev/packages/openai_dart now supports the assistant API (docs) |
@5hirish Thank you for helping the community out. |
Thank you! |
I knew they will deprecate things there. Update: still waiting for a stable release for the Assistant & Threads.. APIs to have them in the package. |
OpenAI just released some new features to their API, namely:
Here are the corresponding changes in the Python API, for reference.
The text was updated successfully, but these errors were encountered: