v2.9.10

ChatGPTNextWeb/NextChatv2.9.10Nov 7, 2023by Yidadaa

AI Summary

Adds support for GPT-4, GPT-3.5, and 128K context windows, while planning future features like voice interaction and code interpreter.

Key Highlights

  • Support for GPT-4 and GPT-3.5
  • 128K context window support
  • Refactored Mask UI
  • Larger font size option

New Features

  • GPT-4 and GPT-3.5 models
  • 128K context support
  • Mask UI refactor
  • Font size adjustment

Full Release Notes

## What's Next
我正在研究 OpenAI 新开放的一系列 API,计划加入的功能:
- 语音交互
- 使用 Assistant API 增强面具能力:代码解释器、文件上传
- gpt-4 vision 能力

I'm learning OpenAI's new range of APIs. Here are the planned features:
- Voice interaction
- Enhancing the capabilities of the mask with Assistant API: code interpreter, file uploads
- gpt-4 vision capabilities

## What's Changed
* fix: #2981 full screen button not works by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2983
* Fix typo in sync.ts by @ograycode in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2992
* Refactor Mask UI Page [Masks] by @H0llyW00dzZ in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2993
* 提供同步聊天记录教程,同时翻译多国语言 by @MCheping8108 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2996
* docs: fix typo in app/masks/en.ts by @suravshrestha in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3003
* feat: close #3031 user can set larger font size by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3033
* Fix typo in README.md by @eltociear in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3019
* fix serviceWorker cache: auto caching files by workbox by @jessegpt in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3013
* fix: #3074 Revert "fix serviceWorker cache: auto caching files by workbox" by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3095
* Feat Models [GPT-4] [GPT-3.5] [128K context] by @H0llyW00dzZ in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3143
* bugfix-1107 by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3163
* feat: default disable balance query by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3165
* feat: sort model by name by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3166

## New Contributors
* @ograycode made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2992
* @MCheping8108 made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2996
* @suravshrestha made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3003
* @jessegpt made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/3013

**Full Changelog**: https://github.com/Yidadaa/ChatGPT-Next-Web/compare/v2.9.9...v2.9.10