Skip to content

2.0.2

Compare
Choose a tag to compare
@CJCrafter CJCrafter released this 13 Nov 19:12
· 29 commits to master since this release

For Gradle projects, add this to your build.gradle file in the dependencies block:

dependencies {
    implementation 'com.cjcrafter:openai:2.0.2'
}

Or, if you are using Kotlin DSL (build.gradle.kts), add this to your dependencies block:

dependencies {
    implementation("com.cjcrafter:openai:2.0.2")
}

For Maven projects, add this to your pom.xml file in the <dependencies> block:

<dependency>
    <groupId>com.cjcrafter</groupId>
    <artifactId>openai</artifactId>
    <version>2.0.2</version>
</dependency>

See the maven repository for gradle/ant/etc.

Full Changelog: 2.0.1...2.0.2