Skip to content

Commit 760ae6b

Browse files
authored
Update README.md
1 parent 9921321 commit 760ae6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ WebSocket参考:[OpenAIWebSocketEventSourceListener](https://github.com/Grt122
6868
- 支持全部OpenAI的Api
6969

7070
# 📑 更新日志
71-
- [x] 1.0.14 升级支持最新版Gpt-3.5—0614、Gpt-4.0—0614等模型, 支持function-calling完整使用案例参考:[OpenAiClientFunctionTest](https://github.com/Grt1228/chatgpt-java/blob/main/src/test/java/com/unfbx/chatgpt/OpenAiClientFunctionTest.java)
71+
- [x] 1.0.14 坐标version:1.0.14-beta1,后续会更新正式版。升级支持最新版Gpt-3.5—0614、Gpt-4.0—0614等模型, 支持function-calling完整使用案例参考:[OpenAiClientFunctionTest](https://github.com/Grt1228/chatgpt-java/blob/1.0.14/src/test/java/com/unfbx/chatgpt/OpenAiClientFunctionTest.java)
7272
- [x] 1.0.14 ,支持function-calling
7373
- [x] 1.0.13 支持当key异常(失效、过期、封禁)时,自定义动态处理key,参考实现[DynamicKeyOpenAiAuthInterceptor](https://github.com/Grt1228/chatgpt-java/blob/main/src/main/java/com/unfbx/chatgpt/interceptor/DynamicKeyOpenAiAuthInterceptor.java) ,支持key异常时的告警处理(钉钉、飞书、email、企业微信等等需要自定义开发)
7474
- [x] 1.0.12 tokens计算优化、删除模型接口修改、语音接口更新支持官方最新参数
@@ -99,7 +99,7 @@ SDK测试案例 | Tokens计算测试案例 | 完整Function-Call调用案例
9999
<dependency>
100100
<groupId>com.unfbx</groupId>
101101
<artifactId>chatgpt-java</artifactId>
102-
<version>1.0.14</version>
102+
<version>1.0.14-beta1</version>
103103
</dependency>
104104
```
105105
### 2、流式客户端使用示例:

0 commit comments

Comments
 (0)