Releases: openai-php/laravel
Releases · openai-php/laravel
v0.12.0
What's Changed
- Correct GitHub Action deprecations + Opt into Dependabot by @iBotPeaches in #142
- Update Open AI API link in README.md by @megoxv in #141
- Updates README to 4o-mini for more modern model and affordability by @peterramsing in #123
- feat: add
fineTuning
method to OpenAI facade by @BadJacky in #125 - build: remove prestissimo (unneeded in composer: v2) by @iBotPeaches in #145
- Adds PR template per contributing guidelines by @peterramsing in #124
- Adds ability to configure Project & Base URL via env by @iBotPeaches in #144
- build: update open-ai/client to 0.10.3 in composer.json by @fredmarmillod in #148
New Contributors
- @iBotPeaches made their first contribution in #142
- @megoxv made their first contribution in #141
- @peterramsing made their first contribution in #123
- @BadJacky made their first contribution in #125
- @fredmarmillod made their first contribution in #148
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Laravel 12 compatibility by @marlonbasten in #137
New Contributors
- @marlonbasten made their first contribution in #137
Full Changelog: v0.10.2...v0.11.0
v0.10.2
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Added
- Implement vector store endpoints and add assistants API v2 support by @gehrisandro in openai-php/client#420
- Add thread messages delete by @gehrisandro in openai-php/client#418
What's Changed
New Contributors
Full Changelog: v0.9.1...v0.10.1
v0.10.0-beta.2
v0.10.0-beta.1
What's New
- Implement vector store endpoints and add assistants API v2 support by @gehrisandro and @knash94 in openai-php/client#405
New Contributors
- @knash94 made their first contribution in openai-php/client#405
Full Changelog: v0.9.1...v0.10.0-beta.1
v0.9.1
What's New
- Add batches API endpoint by @gehrisandro and @The-LoneWolf in openai-php/client#403
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's New
- Implement Assistants Streaming by @EthanBarlo and @gehrisandro in openai-php/client#367
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- Add install command by @gehrisandro in #77
- Add Laravel 11 support by @nunomaduro in cdcf65d
Full Changelog: v0.8.0...v0.8.1
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