Skip to content

Commit

Permalink
v1.3.1, azure support
Browse files Browse the repository at this point in the history
  • Loading branch information
CJCrafter committed May 20, 2023
1 parent 659b299 commit 5021a52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ A community-maintained easy-to-use Java/Kotlin OpenAI API for ChatGPT, Text Comp
For Kotlin DSL (`build.gradle.kts`), add this to your dependencies block:
```kotlin
dependencies {
implementation("com.cjcrafter:openai:1.3.0")
implementation("com.cjcrafter:openai:1.3.1")
}
```
For Maven projects, add this to your `pom.xml` file in the `<dependencies>` block:
```xml
<dependency>
<groupId>com.cjcrafter</groupId>
<artifactId>openai</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```
See the [maven repository](https://central.sonatype.com/artifact/com.cjcrafter/openai/1.3.0) for gradle/ant/etc.
See the [maven repository](https://central.sonatype.com/artifact/com.cjcrafter/openai/1.3.1) for gradle/ant/etc.


## Working Example
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.breadmoirai.githubreleaseplugin.GithubReleaseTask

group = "com.cjcrafter"
version = "1.3.0"
version = "1.3.1"

plugins {
`java-library`
Expand Down

0 comments on commit 5021a52

Please sign in to comment.