Major's Changed
- feat: /v1/chat/completion -> /v1/response by @seefs001 in #2629
- Added support for converting /v1/chat/completion to /v1/responses. You can set the models that require conversion in
System Settings-Model Related Settings. This is currently a test version, and the data structure may change later. Please do not use it in a production environment.
主要更新
- 新增 /v1/chat/completion -> /v1/responses转换支持,可在
系统设置-模型相关设置中设置需要转换的模型,目前仅为测试版本,后续数据结构可能会变更,请勿在生产环境中使用
What's Changed
- feat: add regex pattern to mask API keys in sensitive information by @xiangsx in #2587
- fix(task): 修复使用 auto 分组时 Task Relay 不记录日志和不扣费的问题 by @PowerfulBart in #2588
- fix: 设置默认max req body 为128MB by @xyfacai in #2590
- fix: remove Minimax from FETCHABLE channels by @RedwindA in #2619
- fix(gemini): fetch model list via native v1beta/models endpoint by @RedwindA in #2615
- feat: /v1/chat/completion -> /v1/response by @seefs001 in #2629
New Contributors
- @xiangsx made their first contribution in #2587
- @PowerfulBart made their first contribution in #2588
Full Changelog: v0.10.5...v0.10.6-alpha.1