Releases: CJCrafter/ChatGPT-Java-API
1.2.4
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
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
- wrap the json error with Error classes by @CJCrafter in #10
- Gson serialization by @CJCrafter in #11
Full Changelog: 1.2.2...1.2.3
1.2.2
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
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
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
- Realtime chat by @CJCrafter in #8
Full Changelog: 1.1.0...1.2.0
1.1.0
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
- Gradle by @CJCrafter in #3
- Kotlin conversion by @CJCrafter in #4
New Contributors
- @CJCrafter made their first contribution in #3
Full Changelog: 1.0.0...1.1.0
1.0.0
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