v2.15.5
ChatGPTNextWeb/NextChatv2.15.5Oct 15, 2024by lloydzhou
AI Summary
This release adds Google Gemini function call support, allows sending images only without text, and increases the o1 series model timeout to 4 minutes. It also includes frontend controls for code folding and various UI improvements.
Key Highlights
- Google Gemini function call support
- Allow sending images only without text
- o1 series model timeout increased to 4 minutes
- Frontend enable/disable code folding
- Optimized access code input box
New Features
- Google Gemini function call support
- Allow send image only
- Frontend code folding control
- o1 series model 4-minute timeout
Full Release Notes
## What's Changed * feat: jest by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5211 * google gemini support function call by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5581 * 优化访问码输入框 by @code-october in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5639 * 支持前端使能/禁用代码折叠 by @code-october in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5640 * chore: improve test by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5638 * fix: sidebar style by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5644 * 修改“压缩模型”名称,增加“生成对话标题”的功能提示 by @code-october in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5647 * feat: allow send image only by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5599 * update deploy_preview run target by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5660 * fix o1系列模型超时时间改为4分钟, by @ccq18 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5658 * update test run target by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5661 * Bump @types/jest from 29.5.12 to 29.5.13 by @dependabot in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5666 * Feature/h0lly w00dz z updater by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5632 ## New Contributors * @ccq18 made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5658 **Full Changelog**: https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/compare/v2.15.4...v2.15.5