Releases: openai-php/laravel
v0.8.0
Changed underlying openai/client package version from 0.7.10 to 0.8.0 containing the following updates:
What's New
- Add support for Assistants API by @gehrisandro in openai-php/client#271
The docs can be found in the OpenAI Client README: https://github.com/openai-php/client
Full Changelog: v0.7.8...v0.8.0
v0.8.0-beta.1
Changed underlying openai/client package version from 0.7.8 to 0.8.0-beta.1 containing the following updates:
What's New
- Add support for Assistants and Threads endpoint by @gehrisandro in openai-php/client#243
The docs can be found in the 0.8.x
branch README.md: https://github.com/openai-php/client/tree/0.8.x#table-of-contents
Full Changelog: v0.7.8...v0.8.0-beta.1
v0.7.8
Changed underlying openai/client package version from 0.7.5 to 0.7.8 containing the following updates:
What's New
- Add support for GTP-4 vision on the chat completion endpoint by @gehrisandro in openai-php/client#241
- Add support for tool calls on the chat completion endpoint by @gehrisandro in openai-php/client#239
- Add support for the audio speech endpoint by @gehrisandro in openai-php/client#237
Full Changelog: v0.7.5...v0.7.8
v0.7.5
Changed underlying openai/client package version from 0.7.0 to 0.7.5 containing the following updates:
What's Changed
- Update Models endpoint response object to the latest API changes by @gehrisandro in openai-php/client#235
- Fixed nEpochs on RetrieveJobResponseHyperparameters may be string by @gehrisandro
- Fixed processingMs ond MetaInformationOpenAI may be null by @gehrisandro in openai-php/client#218
- Fixed Meta Information for Azure by @gehrisandro
Full Changelog: v0.7.0...v0.7.5
v0.7.0
Changed underlying openai/client package version from 0.6.3 to 0.7.0 containing the following updates:
What's New
- Add support for the fine-tuning API by @gehrisandro in openai-php/client#199
- Provide access to header / meta information for all responses by @gehrisandro in openai-php/client#195
What's Changed
- Mark
FineTunes
resource as deprecated by @gehrisandro - Mark
Edits
resource as deprecated by @gehrisandro - Add missing moderation enums by @iBotPeaches in openai-php/client#178
- Fixed Chat completion create response with function calling on Azure by @karlerss-teamdash in openai-php/client#184
Full Changelog: v0.6.3...v0.7.0
v0.2.0
Full Changelog: https://github.com/openai-php/laravel/commits/v0.2.0