Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 34f9710

Browse files
author
LangChain4j
committed
released 0.12.1
1 parent 58e4a53 commit 34f9710

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Maven:
3434
<dependency>
3535
<groupId>dev.ai4j</groupId>
3636
<artifactId>openai4j</artifactId>
37-
<version>0.12.0</version>
37+
<version>0.12.1</version>
3838
</dependency>
3939
```
4040

4141
Gradle:
4242

4343
```
44-
implementation 'dev.ai4j:openai4j:0.12.0'
44+
implementation 'dev.ai4j:openai4j:0.12.1'
4545
```
4646

4747
# Code examples

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>dev.ai4j</groupId>
66
<artifactId>openai4j</artifactId>
7-
<version>0.12.0</version>
7+
<version>0.12.1</version>
88

99
<name>Java Client for OpenAI (ChatGPT)</name>
1010
<description>Java Client for OpenAI (ChatGPT)</description>

0 commit comments

Comments
 (0)