This repository was archived by the owner on Feb 11, 2025. It is now read-only.
Releases: ai-for-java/openai4j
Releases · ai-for-java/openai4j
0.11.0
- Support of GPT4-Turbo API (
toolsinstead offunctions, images as user input, etc) by @caopengan - Refactored
Messageinto separate classes:UserMessage,AssistantMessage, etc
0.10.0
- SPI:
OpenAiClientis now abstract, does not depend on retrofit/okhttp/gson. One can provide it's own implementation with other libs. logRequests(): json pretty print
0.9.0
released 0.10.0
0.8.0
released 0.10.0
0.7.0
released 0.10.0
0.6.0
Now FunctionCall can be streamed in response
0.5.2
Now using OpenAiHttpException instead of RuntimeException
0.5.1
Made logXXX configuration properties nullable
0.5.0
Added support for functions: https://github.com/ai-for-java/openai4j/blob/main/src/test/java/dev/ai4j/openai4j/chat/ChatCompletionTest.java
0.4.0
Support multiple inputs in moderation api