v0.4.0
This release adds support for the Assistants, Threads, Messages and Runs OpenAI Beta API endpoints.
Full Changelog: v0.3.0...v0.4.0
The artifact is available on Maven Central and can be imported as follows:
Gradle
implementation("io.github.stefanbratanov:chatjpt:0.4.0")
Maven
<dependency>
<groupId>io.github.stefanbratanov</groupId>
<artifactId>chatjpt</artifactId>
<version>0.4.0</version>
</dependency>