Skip to content

Releases: Lambdua/openai4j

0.20.2

07 May 14:34
Compare
Choose a tag to compare

Full Changelog: 0.20.1...0.20.2

Bug Fix

#5 fix embedding base64 response type error

0.20.1

06 May 07:30
Compare
Choose a tag to compare

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

30 Apr 06:31
Compare
Choose a tag to compare

What's Changed

  • Change the base url to https://api.openai.com/v1 instead of https://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

12 Apr 18:31
Compare
Choose a tag to compare

变化

  • 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序列化丢失问题

v0.18.4

25 Mar 03:21
Compare
Choose a tag to compare

变化

  • 支持openai chat接口参数:toolCall
  • 支持mvn的完整单元测试,完善了toolCall的测试用力
  • 新增了responseFormat 参数适配

bugFix

  • 修复了sync chat的序列化问题

V0.18.3

22 Mar 01:48
Compare
Choose a tag to compare

变化

  • 有gradle打包变更为maven打包
  • 现在OpenAiService支持传入自己的baseUrl了

bugFix

修复了原项目json格式参数解析编码丢失的情况