-
-
Notifications
You must be signed in to change notification settings - Fork 547
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
[WIP] Add v2 api compatibility and Batches api #401
[WIP] Add v2 api compatibility and Batches api #401
Conversation
Thanks for the PR. Is there a reason why you created another PR besides #395 ? |
@The-LoneWolf FYI: I am currently extracting the Batch API from this PR. |
Hi @gehrisandro No reason :D I only needed to make gpt4-o model to work in our agency projects so, I started working a few days before but then i came see there is another PR going on along with my work. Do you think this week we can see another release with api v2 an batches api? |
@The-LoneWolf Batches API has been released: https://github.com/openai-php/client/releases/tag/v0.9.1 v2 API will take a couple more days. I leave this PR open as a reference, until v2 is done. Thanks for your help with the Batches API 🎉 |
Support for the Assistants API v2 and the Vector Stores API as finally arrived (beta). 🚀 Happy to hear your feedback before making it a stable release. https://github.com/openai-php/client/releases/tag/v0.10.0-beta.1 |
What:
Description:
I have applied v1 to v2 migrations of open ai, and also added batches api.
Todos :