Skip to content

1.3.1

Compare
Choose a tag to compare
@CJCrafter CJCrafter released this 20 May 03:32
· 51 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:1.3.1'
}

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

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

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

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

See the maven repository for gradle/ant/etc.

What's Changed

New Contributors

  • @ugwun made their first contribution in #18

Full Changelog: 1.3.0...1.3.1