这是indexloc提供的服务,不要输入任何密码
Skip to content

V0.19.1

Compare
Choose a tag to compare
@Lambdua Lambdua released this 12 Apr 18:31
· 271 commits to main since this release

变化

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