ChatGPT-Java-API

Unofficial Java API supporting Chat, Assistants, and more!

MIT License

Stars
67
ChatGPT-Java-API - 2.1.0 Latest Release

Published by CJCrafter 10 months ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/2.0.2...2.1.0

ChatGPT-Java-API - 2.0.2

Published by CJCrafter 11 months ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/2.0.1...2.0.2

ChatGPT-Java-API - 2.0.1

Published by CJCrafter 11 months ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/2.0.0...2.0.1

ChatGPT-Java-API - 2.0.0

Published by CJCrafter 12 months ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.3.2...2.0.0

ChatGPT-Java-API - 1.3.2

Published by CJCrafter about 1 year ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.3.1...1.3.2

ChatGPT-Java-API - 1.3.1

Published by CJCrafter over 1 year ago

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

Full Changelog: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.3.0...1.3.1

ChatGPT-Java-API - 1.3.0

Published by CJCrafter over 1 year ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.2.5...1.3.0

ChatGPT-Java-API - 1.2.7

Published by CJCrafter over 1 year ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.2.4...1.2.7

ChatGPT-Java-API - 1.2.5

Published by CJCrafter over 1 year ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.2.4...1.2.5

ChatGPT-Java-API - 1.2.4

Published by CJCrafter over 1 year ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.2.3...1.2.4

ChatGPT-Java-API - 1.2.3

Published by CJCrafter over 1 year ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.2.2...1.2.3

ChatGPT-Java-API - 1.2.2

Published by CJCrafter over 1 year ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.2.1...1.2.2

ChatGPT-Java-API - 1.2.1

Published by CJCrafter over 1 year ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.2.0...1.2.1

ChatGPT-Java-API - 1.2.0

Published by CJCrafter over 1 year ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.1.0...1.2.0

ChatGPT-Java-API - 1.1.0

Published by CJCrafter over 1 year ago

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: https://github.com/CJCrafter/ChatGPT-Java-API/compare/1.0.0...1.1.0

ChatGPT-Java-API - 1.0.0

Published by CJCrafter over 1 year ago

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

Badges
Extracted from project README
Maven Central License