openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.6k stars 468 forks source link

Support for the latest OpenAI release #240

Closed arndvs closed 8 months ago

arndvs commented 8 months ago

I realize the new release just came out yesturday, but commenting here to be notified when the new OpenAI library is addeed to make calls to gpt-4-turbo with and without streaming, new function calling, image generation api with dall-e-3, GPT 4 Vision API, text to speech API, and Assistants API.

gehrisandro commented 8 months ago

@arndvs You can watch the repository, no issue needed for that.

By the way, some of the features are already implemented: https://github.com/openai-php/client/blob/main/CHANGELOG.md

arndvs commented 8 months ago

ah awesome - fantastic work! Thanks

arndvs commented 8 months ago

@gehrisandro - one question, are you aware of any breaking changes with the new api and models?

gehrisandro commented 8 months ago

As far as I know, there are no breaking changes. There are some deprecations, but for now everything should work.