Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Releases: ai-for-java/openai4j

0.11.0

08 Dec 11:13

Choose a tag to compare

  • Support of GPT4-Turbo API (tools instead of functions, images as user input, etc) by @caopengan
  • Refactored Message into separate classes: UserMessage, AssistantMessage, etc

0.10.0

23 Oct 09:14

Choose a tag to compare

  • SPI: OpenAiClient is 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

23 Oct 09:11

Choose a tag to compare

released 0.10.0

0.8.0

23 Oct 09:11

Choose a tag to compare

released 0.10.0

0.7.0

23 Oct 09:10

Choose a tag to compare

released 0.10.0

0.6.0

23 Jul 15:27

Choose a tag to compare

Now FunctionCall can be streamed in response

0.5.2

17 Jul 14:58

Choose a tag to compare

Now using OpenAiHttpException instead of RuntimeException

0.5.1

17 Jul 14:58

Choose a tag to compare

Made logXXX configuration properties nullable

0.5.0

01 Jul 16:19

Choose a tag to compare

0.4.0

26 Jun 21:00
9ea8e66

Choose a tag to compare

Support multiple inputs in moderation api