Skip to content

Releases: CJCrafter/ChatGPT-Java-API

1.2.4

29 Mar 17:04
Compare
Choose a tag to compare

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

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

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

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

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

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

See the maven repository for gradle/ant/etc.

Full Changelog: 1.2.3...1.2.4

1.2.3

28 Mar 16:14
Compare
Choose a tag to compare

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

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

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

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

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

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

See the maven repository for gradle/ant/etc.

What's Changed

Full Changelog: 1.2.2...1.2.3

1.2.2

27 Mar 14:52
Compare
Choose a tag to compare

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

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

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

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

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

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

See the maven repository for gradle/ant/etc.

Full Changelog: 1.2.1...1.2.2

1.2.1

26 Mar 17:51
Compare
Choose a tag to compare

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

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

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

dependencies {
    implementation("com.cjcrafter:openai:1.2.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.2.1</version>
</dependency>

See the maven repository for gradle/ant/etc.

Full Changelog: 1.2.0...1.2.1

1.2.0

24 Mar 17:14
Compare
Choose a tag to compare

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

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

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

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

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

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

See the maven repository for gradle/ant/etc.

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

22 Mar 21:09
Compare
Choose a tag to compare

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

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

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

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

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

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

See the maven repository for gradle/ant/etc.

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

20 Mar 15:49
dbd5c28
Compare
Choose a tag to compare

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

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

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

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

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

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

See the maven repository for gradle/ant/etc.

Full Changelog: https://github.com/CJCrafter/ChatGPT-Java-API/commits/1.0.0