New
v6.0.0
What's Changed
- [Audio] createTranscription Added
timestamp_granularities[]request parameter and updated response object by @mihirshahxenlabs in https://github.com/anasfik/openai/pull/157 - Unhandled Exception caused by jsonDecode(data) in postStream() by @masa8 in https://github.com/anasfik/openai/pull/153
- [Edit] fix chat completion & opt. by @lollipopkit in https://github.com/anasfik/openai/pull/148
- Remove toolChoice from ChatGpt example by @thomasdf in https://github.com/anasfik/openai/pull/145
- fix: The type in OpenAIChatCompletionChoiceMessageContentItemModel.im… by @zmhu in https://github.com/anasfik/openai/pull/144
- doc: edit function name by @y0u-0 in https://github.com/anasfik/openai/pull/141
- Added imageBase64 capability instead of Image URL only for gpt-4-vision by @jber18 in https://github.com/anasfik/openai/pull/166
- Changed JSON Syntax for imageUrls to have a object instead of a String. by @Mia-Ameisbichler in https://github.com/anasfik/openai/pull/171
- renamed "max_tokens" to "max_completion_tokens" and added dynamic parameters by @nafiskabbo in https://github.com/anasfik/openai/pull/214
- Feature: Added possibility to specify the dimensions of the embeddings to be created by @MatthiasKi in https://github.com/anasfik/openai/pull/211
- Add support chunking_strategy in Whisper #212 by @DitriXNew in https://github.com/anasfik/openai/pull/213
- fix(model): image_url changed to object from string as specified in OpenAI API spec by @MbBrainz in https://github.com/anasfik/openai/pull/198
- Update responseFormat type by @VadymMatus in https://github.com/anasfik/openai/pull/208
- Update README.md by @bashka411 in https://github.com/anasfik/openai/pull/197
- Add timeout to postStream API by @kyakuno in https://github.com/anasfik/openai/pull/194
- feat: Support dynamic responseFormat by @DuzziG in https://github.com/anasfik/openai/pull/193
- replaceed all typo "Wether" to "Whether" by @luxun1910 in https://github.com/anasfik/openai/pull/192
- Example of getting bytes instead of saving directly to file for speech by @dylandhall in https://github.com/anasfik/openai/pull/177
- fix:
/chatbody compatibility by @lollipopkit in https://github.com/anasfik/openai/pull/178 - Add stream_options property to get token usage. by @dominic-deantonio in https://github.com/anasfik/openai/pull/180
New Contributors
- @mihirshahxenlabs made their first contribution in https://github.com/anasfik/openai/pull/157
- @masa8 made their first contribution in https://github.com/anasfik/openai/pull/153
- @lollipopkit made their first contribution in https://github.com/anasfik/openai/pull/148
- @thomasdf made their first contribution in https://github.com/anasfik/openai/pull/145
- @y0u-0 made their first contribution in https://github.com/anasfik/openai/pull/141
- @jber18 made their first contribution in https://github.com/anasfik/openai/pull/166
- @Mia-Ameisbichler made their first contribution in https://github.com/anasfik/openai/pull/171
- @nafiskabbo made their first contribution in https://github.com/anasfik/openai/pull/214
- @MatthiasKi made their first contribution in https://github.com/anasfik/openai/pull/211
- @DitriXNew made their first contribution in https://github.com/anasfik/openai/pull/213
- @MbBrainz made their first contribution in https://github.com/anasfik/openai/pull/198
- @VadymMatus made their first contribution in https://github.com/anasfik/openai/pull/208
- @bashka411 made their first contribution in https://github.com/anasfik/openai/pull/197
- @kyakuno made their first contribution in https://github.com/anasfik/openai/pull/194
- @DuzziG made their first contribution in https://github.com/anasfik/openai/pull/193
- @luxun1910 made their first contribution in https://github.com/anasfik/openai/pull/192
- @dylandhall made their first contribution in https://github.com/anasfik/openai/pull/177
- @dominic-deantonio made their first contribution in https://github.com/anasfik/openai/pull/180
Full Changelog: https://github.com/anasfik/openai/compare/v5.0.0...v6.0.0