v2.8
ChatGPTNextWeb/NextChatv2.8Jun 14, 2023by Yidadaa
AI Summary
Introduces client-side only builds, static HTML export, and support for GPT-3.5 16k models.
Key Highlights
- Export static HTML with `yarn export`
- Auth page added
- Support for GPT-3.5 16k models
New Features
- Client-side only build
- Auth page
- GPT-3.5 16k models
- Static HTML export
Full Release Notes
Now you can export static html with `yarn export` and host on any static file server. ## What's Changed * Fix docker-compose bug by @qingfengfenga in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1813 * fix docker-compose.yml bug by @OldDream666 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1829 * translation doc to spanish by @johnfelipe in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1823 * fix: #1815 refuse to serve when disable gpt4 by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1842 * fix: #1685 clear context index should be recoverable by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1843 * feat: close #741 add auth page by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1844 * feat: just disable all ngnix buffering by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1863 * feat: 修改 auth.tsx 输入框为password by @OldDream666 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1868 * feat: white url list for openai security by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1917 * feat: close #1762 add hover text for chat input actions by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1919 * fixup: #1762 optimize style on mobile screen by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1921 * feat: #1000 ready to support client-side only by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1927 * add new models by @suhipek in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1929 ## New Contributors * @OldDream666 made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1829 * @johnfelipe made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1823 * @suhipek made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1929 **Full Changelog**: https://github.com/Yidadaa/ChatGPT-Next-Web/compare/v2.7...v2.8