Skip to content

Commit 5021a52

Browse files
committed
v1.3.1, azure support
1 parent 659b299 commit 5021a52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ A community-maintained easy-to-use Java/Kotlin OpenAI API for ChatGPT, Text Comp
1919
For Kotlin DSL (`build.gradle.kts`), add this to your dependencies block:
2020
```kotlin
2121
dependencies {
22-
implementation("com.cjcrafter:openai:1.3.0")
22+
implementation("com.cjcrafter:openai:1.3.1")
2323
}
2424
```
2525
For Maven projects, add this to your `pom.xml` file in the `<dependencies>` block:
2626
```xml
2727
<dependency>
2828
<groupId>com.cjcrafter</groupId>
2929
<artifactId>openai</artifactId>
30-
<version>1.3.0</version>
30+
<version>1.3.1</version>
3131
</dependency>
3232
```
33-
See the [maven repository](https://central.sonatype.com/artifact/com.cjcrafter/openai/1.3.0) for gradle/ant/etc.
33+
See the [maven repository](https://central.sonatype.com/artifact/com.cjcrafter/openai/1.3.1) for gradle/ant/etc.
3434

3535

3636
## Working Example

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.github.breadmoirai.githubreleaseplugin.GithubReleaseTask
22

33
group = "com.cjcrafter"
4-
version = "1.3.0"
4+
version = "1.3.1"
55

66
plugins {
77
`java-library`

0 commit comments

Comments
 (0)