Skip to content

v0.9.1

Compare
Choose a tag to compare
@StefanBratanov StefanBratanov released this 08 May 07:48
· 13 commits to master since this release

This release contains the following fixes/additions:

General

  • Add workaround for record deserialization issues reported in #3 and #7

Chat

Full Changelog: v0.9.0...v0.9.1

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

Gradle

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

Maven

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