v0.6.4
songquanpeng/one-apiv0.6.4Mar 30, 2024by github-actions[bot]
AI Summary
This update focuses on bug fixes and new channel support, specifically adding Ollama embedding and channel support. It also resolves issues with Azure model trimming and audio error handling.
Key Highlights
- Added support for Ollama embedding interface and Ollama channel.
- Fixed Azure model trimming and audio interface error handling to restore quota.
- Improved token creation response and auto-fill model list functionality.
New Features
- Ollama embedding interface support
- Ollama channel support
Full Release Notes
## What's Changed * feat: 移除 azure model 的 TrimSuffix by @lgxisbb in https://github.com/songquanpeng/one-api/pull/1193 * feat: 支持 ollama 的 embedding 接口 by @xietong in https://github.com/songquanpeng/one-api/pull/1221 * fix: 修复了讯飞的错误处理 * feat: 现在调用 /api/token 会返回创建的 token 的信息了 * fix: 修复了 audio 相关接口的错误时未返还 quota 的问题 * chore: 更新了主题 berry 的文案 * fix: 修复了自动填充的模型列表不正确的问题 * fix: 修复了在未启用缓存的情况下重试时依然使用最高优先级的问题 ## New Contributors * @lgxisbb made their first contribution in https://github.com/songquanpeng/one-api/pull/1193 * @xietong made their first contribution in https://github.com/songquanpeng/one-api/pull/1221 **Full Changelog**: https://github.com/songquanpeng/one-api/compare/v0.6.3...v0.6.4