We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb910d commit a18a791Copy full SHA for a18a791
1 file changed
README.md
@@ -71,6 +71,7 @@ WebSocket参考:[OpenAIWebSocketEventSourceListener](https://github.com/Grt122
71
- 支持全部OpenAI的Api
72
73
# 📑 更新日志
74
+- [ ] 1.0.15 moderations接口更新
75
- [x] 1.0.14 升级支持最新版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)
76
- [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、企业微信等等需要自定义开发)
77
- [x] 1.0.12 tokens计算优化、删除模型接口修改、语音接口更新支持官方最新参数
0 commit comments