What's Changed
✨ Features
- feat: 优化日志页面模型显示 (
0b6d622) - feat: 添加智谱GLM系列模型定价 (
51e002a)
🐛 Bug Fixes
- fix: 修复日志页面重定向模型角标显示异常 (
3387ddf) - fix: 修复模型列表显示[object Object]和测试缺少max_tokens问题 (
dbc7d88)
📝 Other Changes
- style: 移除日志页面模型重定向标签的问号光标 (
4349a21) - refactor: 统一模型配置为ModelEntry结构 (
f8d9ee8)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| macOS | Intel | ccload-darwin-amd64 |
| macOS | Apple Silicon | ccload-darwin-arm64 |
| Linux | x86_64 | ccload-linux-amd64 |
| Linux | ARM64 | ccload-linux-arm64 |
| Windows | x86_64 | ccload-windows-amd64.exe |
校验和: checksums.txt
🔐 验证下载
# macOS/Linux
sha256sum -c checksums.txt
# Windows (PowerShell)
Get-FileHash ccload-windows-amd64.exe -Algorithm SHA256