0.13.0
版本发布时间: 2023-06-20 01:05:46
TheoKanning/openai-java最新发布版本:0.18.1(2023-11-17 07:45:45)
Added Audio APIs and UTF-8 support for streams
What's Changed
- Windows javadoc encoding error fix by @tgolob in https://github.com/TheoKanning/openai-java/pull/246
- Exit SSE readLine loop immediately if Flowable is disposed by @drakeet in https://github.com/TheoKanning/openai-java/pull/258
- Removed unused imports by @ronilbhattarai in https://github.com/TheoKanning/openai-java/pull/262
- Make openai-java compatible with Java 11 modular applications by @haumacher in https://github.com/TheoKanning/openai-java/pull/243
- Add Audio APIs by @teerapap in https://github.com/TheoKanning/openai-java/pull/292
- add chinese support by @Mrblw in https://github.com/TheoKanning/openai-java/pull/265
- Fix typo in
Streaming thread shutdown
of README by @bowenliang123 in https://github.com/TheoKanning/openai-java/pull/276 - Upgrade jackson-annotations by @tox-p in https://github.com/TheoKanning/openai-java/pull/232
- :bug: missing name field by @Grogdunn in https://github.com/TheoKanning/openai-java/pull/299
New Contributors
- @tgolob made their first contribution in https://github.com/TheoKanning/openai-java/pull/246
- @drakeet made their first contribution in https://github.com/TheoKanning/openai-java/pull/258
- @ronilbhattarai made their first contribution in https://github.com/TheoKanning/openai-java/pull/262
- @haumacher made their first contribution in https://github.com/TheoKanning/openai-java/pull/243
- @teerapap made their first contribution in https://github.com/TheoKanning/openai-java/pull/292
- @Mrblw made their first contribution in https://github.com/TheoKanning/openai-java/pull/265
- @bowenliang123 made their first contribution in https://github.com/TheoKanning/openai-java/pull/276
- @tox-p made their first contribution in https://github.com/TheoKanning/openai-java/pull/232
- @Grogdunn made their first contribution in https://github.com/TheoKanning/openai-java/pull/299
Full Changelog: https://github.com/TheoKanning/openai-java/compare/0.12.0...0.13.0