Skip to content

Commit 5392080

Browse files
committed
UPDATE completion_tokens_details
1 parent 02e959f commit 5392080

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ maven
3737
<dependency>
3838
<groupId>com.github.plexpt</groupId>
3939
<artifactId>chatgpt</artifactId>
40-
<version>5.1.0</version>
40+
<version>5.1.1</version>
4141
</dependency>
4242
```
4343

4444
gradle
4545
```
46-
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '5.1.0'
46+
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '5.1.1'
4747
```
4848

4949

README_en.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ SDK for OpenAI ChatGPT. If you find it helpful, please give it a star in the upp
3939
<dependency>
4040
<groupId>com.github.plexpt</groupId>
4141
<artifactId>chatgpt</artifactId>
42-
<version>5.1.0</version>
42+
<version>5.1.1</version>
4343
</dependency>
4444
```
4545

4646
#### gradle
4747

4848
```
49-
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '5.1.0'
49+
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '5.1.1'
5050
```
5151

5252
### Quick Start
@@ -146,6 +146,17 @@ Refer to [SseStreamListener](https://chat.plexpt.com/src/main/java/com/plexpt/ch
146146

147147

148148

149+
https://platform.openai.com/docs/changelog
150+
151+
152+
153+
149154
# Star History
150155

151156
[![Star History Chart](https://api.star-history.com/svg?repos=PlexPt/chatgpt-java&type=Date)](https://star-history.com/#PlexPt/chatgpt-java&Date)
157+
158+
159+
160+
## ref
161+
162+
StefanBratanov/jvm-openai

pom.xml

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

66
<groupId>com.github.plexpt</groupId>
77
<artifactId>chatgpt</artifactId>
8-
<version>5.1.0</version>
8+
<version>5.1.1</version>
99
<name>chatgpt</name>
1010
<description>Openai ChatGPT Java SDK.</description>
1111
<url>https://chat.plexpt.com</url>

0 commit comments

Comments
 (0)