Skip to content

Commit

Permalink
released 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LangChain4j committed Mar 8, 2024
1 parent edc1488 commit 2698c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Maven:
<dependency>
<groupId>dev.ai4j</groupId>
<artifactId>openai4j</artifactId>
<version>0.14.0</version>
<version>0.15.0</version>
</dependency>
```

Gradle:

```
implementation 'dev.ai4j:openai4j:0.14.0'
implementation 'dev.ai4j:openai4j:0.15.0'
```

# Code examples
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.ai4j</groupId>
<artifactId>openai4j</artifactId>
<version>0.14.0</version>
<version>0.15.0</version>

<name>Java Client for OpenAI (ChatGPT)</name>
<description>Java Client for OpenAI (ChatGPT)</description>
Expand Down

0 comments on commit 2698c79

Please sign in to comment.