Skip to content

Commit b7c5ede

Browse files
committed
2.0.1
1 parent d1096b6 commit b7c5ede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ An unofficial, easy-to-use Java/Kotlin OpenAI API for ChatGPT, Text Completions,
2222
For Kotlin DSL (`build.gradle.kts`), add this to your dependencies block:
2323
```kotlin
2424
dependencies {
25-
implementation("com.cjcrafter:openai:2.0.0")
25+
implementation("com.cjcrafter:openai:2.0.1")
2626
}
2727
```
2828
For Maven projects, add this to your `pom.xml` file in the `<dependencies>` block:
2929
```xml
3030
<dependency>
3131
<groupId>com.cjcrafter</groupId>
3232
<artifactId>openai</artifactId>
33-
<version>2.0.0</version>
33+
<version>2.0.1</version>
3434
</dependency>
3535
```
36-
See the [maven repository](https://central.sonatype.com/artifact/com.cjcrafter/openai/2.0.0) for gradle/ant/etc.
36+
See the [maven repository](https://central.sonatype.com/artifact/com.cjcrafter/openai/2.0.1) for gradle/ant/etc.
3737

3838

3939
## Working Example

0 commit comments

Comments
 (0)