v2.12.3
ChatGPTNextWeb/NextChatv2.12.3May 14, 2024by fred-bf
AI Summary
Introduces GPT-4o model support and upgrades the Next.js framework from version 13 to 14.1.1.
Key Highlights
- GPT-4o model support
- Next.js upgrade to 14.1.1
- Multi-key support for Google and Anthropic APIs
- Fix for message 'role' property
New Features
- GPT-4o model
- Next.js 14 upgrade
Full Release Notes
## What's Changed * feat: fix 1)the property named 'role' of the first message must be 'u… by @Dean-YZG in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4625 * feat: googleApiKey & anthropicApiKey support setting multi-key by @Dean-YZG in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4626 * Fix Sync Issue with Upstash by @rooben-me in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4610 * Fix typo for "OpenAI Endpoint" in the en locale by @DmitrySandalov in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4670 * chore(deps): bump next from 13.4.9 to 14.1.1 by @dependabot in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4647 * support gpt-4o by @leo4life2 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4674 * feat: bump version by @fred-bf in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4684 ## New Contributors * @rooben-me made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4610 * @DmitrySandalov made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4670 **Full Changelog**: https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/compare/v2.12.2...v2.12.3