Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: CJCrafter/ChatGPT-Java-API

2.1.1

24 Sep 19:56
@CJCrafter CJCrafter
Compare
Choose a tag to compare
Loading

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

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

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

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

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

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

See the maven repository for gradle/ant/etc.

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

Contributors

CoasterFreakDE and CJCrafter
Assets 2
Loading

2.1.0

06 Jan 23:04
@CJCrafter CJCrafter
Compare
Choose a tag to compare
Loading

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

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

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

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

See the maven repository for gradle/ant/etc.

What's Changed

Full Changelog: 2.0.2...2.1.0

Contributors

CJCrafter
Loading
MihaiCristianCondrea reacted with heart emoji
1 person reacted

2.0.2

13 Nov 19:12
@CJCrafter CJCrafter
Compare
Choose a tag to compare
Loading

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

Loading

2.0.1

12 Nov 22:34
@CJCrafter CJCrafter
Compare
Choose a tag to compare
Loading

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

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

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

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

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.1</version>
</dependency>

See the maven repository for gradle/ant/etc.

Full Changelog: 2.0.0...2.0.1

Loading

2.0.0

11 Nov 00:28
@CJCrafter CJCrafter
Compare
Choose a tag to compare
Loading

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

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

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

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

See the maven repository for gradle/ant/etc.

Full Changelog: 1.3.2...2.0.0

Loading

1.3.2

12 Sep 17:44
@CJCrafter CJCrafter
Compare
Choose a tag to compare
Loading

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

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

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

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

See the maven repository for gradle/ant/etc.

Full Changelog: 1.3.1...1.3.2

Loading

1.3.1

20 May 03:32
@CJCrafter CJCrafter
Compare
Choose a tag to compare
Loading

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

Contributors

ugwun
Loading

1.3.0

03 Apr 19:03
@CJCrafter CJCrafter
8db59dd
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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

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

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

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

See the maven repository for gradle/ant/etc.

What's Changed

Full Changelog: 1.2.5...1.3.0

Contributors

CJCrafter
Loading

1.2.7

29 Mar 19:24
@CJCrafter CJCrafter
Compare
Choose a tag to compare
Loading

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

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

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

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

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.7</version>
</dependency>

See the maven repository for gradle/ant/etc.

Full Changelog: 1.2.4...1.2.7

Loading

1.2.5

29 Mar 18:50
@CJCrafter CJCrafter
Compare
Choose a tag to compare
Loading

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

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

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

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

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.5</version>
</dependency>

See the maven repository for gradle/ant/etc.

Full Changelog: 1.2.4...1.2.5

Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /