We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659b299 commit 5021a52Copy full SHA for 5021a52
README.md
@@ -19,18 +19,18 @@ A community-maintained easy-to-use Java/Kotlin OpenAI API for ChatGPT, Text Comp
19
For Kotlin DSL (`build.gradle.kts`), add this to your dependencies block:
20
```kotlin
21
dependencies {
22
- implementation("com.cjcrafter:openai:1.3.0")
+ implementation("com.cjcrafter:openai:1.3.1")
23
}
24
```
25
For Maven projects, add this to your `pom.xml` file in the `<dependencies>` block:
26
```xml
27
<dependency>
28
<groupId>com.cjcrafter</groupId>
29
<artifactId>openai</artifactId>
30
- <version>1.3.0</version>
+ <version>1.3.1</version>
31
</dependency>
32
33
-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.
34
35
36
## Working Example
build.gradle.kts
@@ -1,7 +1,7 @@
1
import com.github.breadmoirai.githubreleaseplugin.GithubReleaseTask
2
3
group = "com.cjcrafter"
4
-version = "1.3.0"
+version = "1.3.1"
5
6
plugins {
7
`java-library`
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments