v0.5.10
songquanpeng/one-apiv0.5.10Dec 20, 2023by github-actions[bot]
AI Summary
This update adds Google Gemini Pro support and refactors response parsing logic to support multiple formats. It also implements the GPT-4 Vision billing scheme.
Key Highlights
- Added support for Google Gemini Pro model.
- Refactored response parsing logic to support multiple formats.
- Implemented GPT-4 Vision billing scheme.
New Features
- Google Gemini Pro support
- Refactored response parsing logic
Full Release Notes
## What's Changed * feat: Refactor response parsing logic to support multiple formats by @igophper in https://github.com/songquanpeng/one-api/pull/782 * gpt-4 vision计费方案 by @WqyJh in https://github.com/songquanpeng/one-api/pull/795 * feat: add Google Gemini Pro support by @cnbeining in https://github.com/songquanpeng/one-api/pull/826 * feat: reset image num to 1 when not given by @ye4293 in https://github.com/songquanpeng/one-api/pull/821 * feat: able to set sqlite busy_timeout by @Calcium-Ion in https://github.com/songquanpeng/one-api/pull/818 * feat: update ali relay implementation by @lichengwu in https://github.com/songquanpeng/one-api/pull/830 * fix: Azure 渠道调用DALLE模型报错n_not_within_range by @ShinChven in https://github.com/songquanpeng/one-api/pull/775 ## New Contributors * @WqyJh made their first contribution in https://github.com/songquanpeng/one-api/pull/795 * @cnbeining made their first contribution in https://github.com/songquanpeng/one-api/pull/826 * @ye4293 made their first contribution in https://github.com/songquanpeng/one-api/pull/821 * @Calcium-Ion made their first contribution in https://github.com/songquanpeng/one-api/pull/818 * @lichengwu made their first contribution in https://github.com/songquanpeng/one-api/pull/830 **Full Changelog**: https://github.com/songquanpeng/one-api/compare/v0.5.9...v0.5.10