Skip to content

v0.9.2

Compare
Choose a tag to compare
@StefanBratanov StefanBratanov released this 22 May 13:40
· 36 commits to master since this release
694eb6d

This release contains the following fixes/additions:

General

  • Fix the visibility of ToolResources static initialization methods (#9)
  • Fix serializing of classes which use @JsonSubTypes annotation (#10)
  • Add GPT_4o to OpenAIModel enum
  • Add Role, Purpose and Voice enums

Messages

  • Add ability to reference an image URL in the content of a message via the content parameter when creating a message

Full Changelog: v0.9.1...v0.9.2

The artifact is available on Maven Central and can be imported as follows:

Gradle

implementation("io.github.stefanbratanov:jvm-openai:0.9.2")

Maven

<dependency>
    <groupId>io.github.stefanbratanov</groupId>
    <artifactId>jvm-openai</artifactId>
    <version>0.9.2</version>
</dependency>