v2.15.7
superradcompany/microsandboxv2.15.7Nov 5, 2024by lloydzhou
AI Summary
Adds Claude Haiku 3.5 and ChatGLM support, fixes critical bugs for Gemini status text and arguments, and introduces Alibaba Cloud deployment links.
Key Highlights
- Added Claude Haiku 3.5 support
- Added support for ChatGLM (GLM)
- Added support for Alibaba Cloud 1-click deployment
- Fixed invalid argument errors for Gemini
- Fixed status text ISO-8859-1 errors
New Features
- Claude Haiku 3.5 support
- ChatGLM support
- Alibaba Cloud 1-click deployment
- Gemini bug fixes
- Claude 3.5 Sonnet and Opus 'latest' tags
Full Release Notes
## What's Changed * hotfix for gemini invald argument #5715 by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5720 * hotfix for statusText is non ISO-8859-1 #5717 by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5719 * Update README.md by @ElricLiu in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5722 * Bump @types/jest from 29.5.13 to 29.5.14 by @dependabot in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5732 * Bump @testing-library/jest-dom from 6.4.8 to 6.6.2 by @dependabot in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5731 * chore: improve jest by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5729 * feat: 新增阿里系模型代码配置 by @yuxuan-ctrl in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5740 * add constant to claude 3.5 sonnet 20241022 by @hyiip in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5737 * add claude-3-5-sonnet-latest and claude-3-opus-latest by @mrcore in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5744 * feat: [#5714] 支持GLM by @DDMeaqua in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5741 * fix: ts error by @DDMeaqua in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5752 * Feature/onfinish by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5759 * chore(deps-dev): bump @testing-library/react from 16.0.0 to 16.0.1 by @dependabot in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5764 * Feat bt doc by @weester-yan in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5753 * Added 1-click deployment link for Alibaba Cloud. by @endless-learner in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5464 * Feature/add claude haiku3.5 by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5766 * chore: update readme by @DDMeaqua in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5767 * feat: update real 'currentSession' by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5765 ## New Contributors * @yuxuan-ctrl made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5740 * @hyiip made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5737 * @mrcore made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5744 * @weester-yan made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5753 * @endless-learner made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5464 **Full Changelog**: https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/compare/v2.15.6...v2.15.7