主要变更
- 日志展开详情增加格式转换路径
- 支持配置TLS_INSECURE_SKIP_VERIFY跳过http client验证
- 支持自定义重试状态码
- 支持Qwen渠道Claude格式
What's Changed
- fix: log info input_token (chat -> claude model ) by @seefs001 in #2670
- fix: update warning threshold label from '5$' to '2$' by @feitianbubu in #2690
- fix: fix email send when special character(./+) included in email string by @Bliod-Cook in #2696
- fix: jimeng i2v support multi image by metadata by @feitianbubu in #2688
- fix: openAI function to gemini function field adjusted to whitelist mode by @seefs001 in #2667
- feat: TLS_INSECURE_SKIP_VERIFY env by @seefs001 in #2668
- fix: the login method cannot be displayed under the aff link. by @seefs001 in #2676
- fix: codex Unsupported parameter: max_output_tokens by @seefs001 in #2684
- feat: customizable automatic retry status codes by @seefs001 in #2663
- fix: calls to multiple tools in gemini all return index=0 by @seefs001 in #2701
- fix: replace Alibaba's Claude-compatible url with new url by @seefs001 in #2702
- feat: log shows request conversion by @seefs001 in #2703
Full Changelog: v0.10.6-alpha.3...v0.10.6-alpha.4