v2.10.2
ChatGPTNextWeb/NextChatv2.10.2Feb 6, 2024by fred-bf
AI Summary
Adds macOS universal build support, streaming for Gemini Pro, and introduces Slovak language support alongside various UI and model updates.
Key Highlights
- macOS universal build support
- Streaming support for Gemini Pro
- Slovak language support
- Updates for GPT-4-turbo and GPT-3.5-turbo-0125
New Features
- Universal macOS binary
- Gemini Pro streaming
- Slovak localization
- New GPT model versions
Full Release Notes
## What's Changed * chore(docs): update readme for Gemini Pro by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3685 * feat: support Vercel speed insight by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3686 * Non -GPT model disable system prompt by @reece00 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3684 * feat: support streaming for Gemini Pro by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3688 * update readme by @tashviks in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3715 * feat: update new logo & cover image by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3716 * fix: update google url description by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3719 * fix: fix gemini pro streaming api duplicated issue by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3721 * merge main by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3722 * chore: low the google safety setting to avoid unexpected blocking by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3723 * Chore [Tauri Desktop] Update icons by @H0llyW00dzZ in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3738 * Added Slovak language support by @levidius in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3767 * fix: import language issue by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3770 * fix: import typing error by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3771 * doc: update twitter & QQ group info by @Yidadaa in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3812 * Update README_CN.md by @Yidadaa in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3813 * feat: support enable Google GTM by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3884 * feat: support ci for vercel deployment by @fredliang44 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3902 * Fix: Routes `/api/cors/[...path]` was not configured to run with the … by @wyxogo in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3789 * chore: change default submit key by @fred-bf in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3908 * fix: ci for vercel deployment by @sungaomeng in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3909 * fix: cicd, delete vercel pre by @sungaomeng in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3910 * fix: cicd, delete velcel pre by @sungaomeng in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3913 * fix: cicd, remove workflow_dispatch by @sungaomeng in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3917 * fix: cicd, checkout sha by @sungaomeng in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3920 * Add `gpt-4-0125-preview` to model list by @leo4life2 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3924 * update google api region by @NieXi in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3934 * Feat Models [GPT-4-turbo] by @H0llyW00dzZ in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3932 * feat: Add Japanese translations for ChatGPT messages by @p0x0q in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3936 * Optimize picture size by @YangguangZhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3941 * Feat [OpenAI] [Models] gpt-3.5-turbo-0125 by @H0llyW00dzZ in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3971 * fix: typo by @Dup4 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3871 * Fix [UI/UX] [Emoji] Update CDN by @H0llyW00dzZ in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3966 * Improve Default System Template by @H0llyW00dzZ in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3996 * Feat [UI/UX] [Constants] [Models] gemini-pro KnowledgeCutOffDate by @H0llyW00dzZ in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3997 * ci: build universal binary for macos by @shirok1 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3711 * [MacOS]add sign config, fix arm64 build by @viseator in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4008 * feat: bump version by @fred-bf in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4009 ## New Contributors * @tashviks made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3715 * @levidius made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3767 * @wyxogo made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3789 * @fred-bf made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3908 * @sungaomeng made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3909 * @leo4life2 made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3924 * @NieXi made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3934 * @p0x0q made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3936 * @YangguangZhou made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3941 * @Dup4 made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3871 * @shirok1 made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/3711 * @viseator made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4008 **Full Changelog**: https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/compare/v2.10.1...v2.10.2