Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PlexPt committed Jul 31, 2024
1 parent 64cfa61 commit 0e1ea12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ maven
<dependency>
<groupId>com.github.plexpt</groupId>
<artifactId>chatgpt</artifactId>
<version>4.4.0</version>
<version>5.1.0</version>
</dependency>
```

gradle
```
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.4.0'
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '5.1.0'
```


Expand Down
4 changes: 2 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ SDK for OpenAI ChatGPT. If you find it helpful, please give it a star in the upp
<dependency>
<groupId>com.github.plexpt</groupId>
<artifactId>chatgpt</artifactId>
<version>4.4.0</version>
<version>5.1.0</version>
</dependency>
```

#### gradle

```
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '4.4.0'
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '5.1.0'
```

### Quick Start
Expand Down

0 comments on commit 0e1ea12

Please sign in to comment.