This repository has been archived by the owner on Feb 11, 2025. It is now read-only.
Releases: ai-for-java/openai4j
Releases · ai-for-java/openai4j
0.27.0
What's Changed
- Fix potential stream hangs by ensuring completion callback by @emredmrcan in #52
- Add support for audio chat completion by @sergioverde90 in #54
- fix: preserve stream parameter in CompletionRequest by @keyboardsamurai in #47
New Contributors
- @emredmrcan made their first contribution in #52
- @sergioverde90 made their first contribution in #54
- @keyboardsamurai made their first contribution in #47
Full Changelog: 0.26.0...0.27.0
0.26.0
Full Changelog: 0.25.0...0.26.0
0.25.0
What's Changed
- [FEATURE] Support customize dispatcher of okHttpClient in DefaultOpenAiClient #37 by @jsonwan in #38
- Added missing request and response fields by @ai-for-java in #49
- fixed failing tests by @ai-for-java in #50
- release 0.25.0 by @ai-for-java in #51
0.16.0
What's Changed
- Remove unused variable by @jdubois in #18
- Allow additional headers in the OpenAiClient by @singularity-sg in #19
- Minor fix on handling headers in OpenAIClient by @singularity-sg in #21
- released 0.16.0 by @ai-for-java in #22
New Contributors
- @singularity-sg made their first contribution in #19
Full Changelog: 0.15.0...0.16.0
0.15.0
Updated okhttp version to 4.12.0
0.14.0
What's Changed
- Add a method to customize the User Agent by @jdubois in #17
- Fix: https://github.com/ai-for-java/openai4j/commit/e09682d0dfb1c260073248665edc85d19b473393
New Contributors
Full Changelog: https://github.com/ai-for-java/openai4j/compare/0.12.4...0.14.0
0.12.4
Fixed NPE with LogLevel
0.12.3
What's Changed
- Accept Image Model as text too by @Heezer in #10
- support native images by @ai-for-java in #11
- Allow the user to change log levels to info, warning, error or debug. by @mateusscheper in #8
New Contributors
- @ai-for-java made their first contribution in #11
- @mateusscheper made their first contribution in #8
Full Changelog: 0.12.1...0.12.3
0.12.1
0.11.1
UserMessage
: returned back support for content
property of type String
for backwards compatibility with OpenAI-like APIs