Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zortan3301 committed Mar 10, 2023
1 parent 21bdc8a commit c86b7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ ChatGPT Java SDK. Official OpenAI API.
<dependency>
<groupId>io.github.aminovmaksim</groupId>
<artifactId>chatgpt4j</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```
#### Gradle
```groovy
implementation 'io.github.aminovmaksim:chatgpt4j:1.0.1'
implementation 'io.github.aminovmaksim:chatgpt4j:1.0.2'
```
---
## How to use
Expand Down

0 comments on commit c86b7dd

Please sign in to comment.