v0.5.11
songquanpeng/one-apiv0.5.11Jan 14, 2024by github-actions[bot]
AI Summary
This release introduces a modern 'Berry' web UI theme and fixes critical bugs in GPT-4 Vision parsing and Gemini Pro support.
Key Highlights
- Introduced a modern 'Berry' web UI theme.
- Fixed GPT-4 Vision base64 image parsing errors.
- Enhanced Gemini Pro support with safety settings and base64 image support.
New Features
- Modern web UI (Berry theme)
- GPT-4 Vision support
- Gemini Pro support with safety settings
- Support for davinci-002 and babbage-002
Full Release Notes
## What's Changed * fix: gpt-4 vision 传入 base64 字符串图片时解析错误 by @MartialBE in https://github.com/songquanpeng/one-api/pull/858 * feat: 改进阿里模型 stream 模式 & 使其支持联网搜索能力 by @moondie in https://github.com/songquanpeng/one-api/pull/856 * chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in https://github.com/songquanpeng/one-api/pull/840 * fix: fix SearchUsers not working if using PostgreSQL by @ImSingee in https://github.com/songquanpeng/one-api/pull/778 * fix: openai response should contains `model` by @Laisky in https://github.com/songquanpeng/one-api/pull/841 * feat: able to change gemini safety setting by @tisfeng in https://github.com/songquanpeng/one-api/pull/867 * fix: base 64 encoded format support of gemini-pro-vision for field im… by @liuzl in https://github.com/songquanpeng/one-api/pull/878 * feat: add support for davinci-002 and babbage-002 by @Tailen in https://github.com/songquanpeng/one-api/pull/888 * fix: fix button copywriting by @seven-yu in https://github.com/songquanpeng/one-api/pull/880 * fix: support base64 encoded image_url for gemini-pro-vision by @Laisky in https://github.com/songquanpeng/one-api/pull/872 * fix: fix token validation exception handling by @seven-yu in https://github.com/songquanpeng/one-api/pull/901 * 一个现代化的web UI界面 by @MartialBE in https://github.com/songquanpeng/one-api/pull/860 * fix: fix some issues with berry by @MartialBE in https://github.com/songquanpeng/one-api/pull/913 * fix: fix bugs with theme berry by @MartialBE in https://github.com/songquanpeng/one-api/pull/931 ## New Contributors * @moondie made their first contribution in https://github.com/songquanpeng/one-api/pull/856 * @Laisky made their first contribution in https://github.com/songquanpeng/one-api/pull/841 * @tisfeng made their first contribution in https://github.com/songquanpeng/one-api/pull/867 * @liuzl made their first contribution in https://github.com/songquanpeng/one-api/pull/878 * @Tailen made their first contribution in https://github.com/songquanpeng/one-api/pull/888 * @seven-yu made their first contribution in https://github.com/songquanpeng/one-api/pull/880 **Full Changelog**: https://github.com/songquanpeng/one-api/compare/v0.5.10...v0.5.11