Releases: Lambdua/openai4j
Releases · Lambdua/openai4j
0.20.2
0.20.1
Full Changelog: v0.20.0...0.20.1
What's Changed
- Simplify the usage of the assistant stream and add an assistant manager to help developers integrate into the assistant stream
- Simplify the file name for file upload
v0.20.0
What's Changed
- Change the base url to
https://api.openai.com/v1
instead ofhttps://api.openai.com
by @Ran-Mewo in #1 - support assistant-v2 api
- support batch api
- delete assistant-v1 api
- support vector api
- some bug fix
New Contributors
Full Changelog: 0.19.1...v0.20.0
V0.19.1
变化
- openai chat completion api 最新参数全部支持!如response_format ,systemFingerprint,seed,logprobs等等
- 支持gpt-4-turbo图像识别
- tool 流式累加器支持
- 支持response format
- ChatMessage代码重构,将不同的Message转为具体实现类
- 旧版过时微调接口代码已经去除
- 中文readme文档完善
bugFix
- 修复流式序列化部分数据丢失,导致json格式化失败的问题
- 修复gpt-4-turbo等新模型openai api接口严格的参数校验报错问题
- 修复toolCall的index序列化丢失问题