chore: enhance Anthropic support and optimize CI/CD processes

- Enhance the `Message` struct with new fields to support additional functionality.
- Streamline CI configuration by commenting out unused jobs and optimizing the build process for ARM64.
- Improve documentation and feature support for VolcEngine channel and bot model.
- Update Dockerfile to efficiently manage dependencies and enhance multi-architecture support.
This commit is contained in:
Laisky.Cai
2025-02-26 05:39:08 +00:00
parent db992c26c4
commit 1bc83bf812
4 changed files with 141 additions and 107 deletions

View File

@@ -179,3 +179,4 @@ By default, the thinking mode is not enabled. You need to manually pass the `thi
- [fix: 修复高并发下,高额度用户使用低额度令牌没有预扣费而导致令牌大额欠费 #25](https://github.com/Laisky/one-api/pull/25)
- [fix: channel test false negative #2065](https://github.com/songquanpeng/one-api/pull/2065)
- [fix: resolve "bufio.Scanner: token too long" error by increasing buff… #2128](https://github.com/songquanpeng/one-api/pull/2128)
- [feat: Enhance VolcEngine channel support with bot model #2131](https://github.com/songquanpeng/one-api/pull/2131)