更新日志¶
0.0.37¶
- 
bedrock-converse 提供器修复 - 修复了 Claude 新模型的一个问题:’The model returned the following errors: temperature and top_p cannot both be specified for this model. Please use only one.’ 
- 
前端缓存优化 - 为 koa-static-server 提供的前端页面增加了 1 个月的缓存。 
0.0.36¶
- 支持 anthropic_beta 特性 - 添加了对 anthropic_beta 特性的支持,包括:
 - 兼容 Claude 3.7 Sonnet 的:token-efficient-tools-2025-02-19,output-128k-2025-02-19
 - 兼容 Claude Sonnet 4 的:context-1m-2025-08-07
这些特性直接集成到后台逻辑中,无需单独配置。参考页面:AWS Bedrock Anthropic Claude 参数
- Thinking 模式优化 - 在 thinking 模式下,将 content 的内容设置为空字符串,之前是 null。
0.0.35¶
- 
新提供器:gemini - 添加了新的 Google Gemini 提供器。感谢 “daniexon” 的贡献。 
- 
功能增强:openai_compatible 提供器工具调用 - openai_compatible 提供器现在支持将工具调用传递给模型。感谢 “bdavj” 的贡献。 
- 
格式映射:Bedrock Converse finish_reason - 将 Bedrock Converse 的 finish_reason 映射到 OpenAI 格式,提高兼容性。 
- 
新参数支持:max_completion_tokens - 添加了对 max_completion_tokens 参数的支持。 
- 
新增 Docker 文件 - 新增加了两个 Dockerfile。 
0.0.34¶
- Bug 修复 - 修复了一些小的 bug,提升了系统稳定性。