v2.15.7
shadcn-ui/uiv2.15.7Nov 5, 2024by lloydzhou
AI Summary
This release introduces support for Claude 3.5 Haiku and ChatGLM models, alongside fixes for Gemini argument and status text encoding issues. It also adds one-click deployment links for Alibaba Cloud and improves Jest configuration. The update aims to stabilize existing features while expanding the list of supported AI models.
Key Highlights
- Added Claude 3.5 Haiku and ChatGLM model support.
- Added one-click deployment link for Alibaba Cloud.
- Fixed hotfixes for Gemini invalid argument and status text ISO-8859-1 issues.
- Added support for Claude 3.5 Sonnet and Opus 'latest' versions.
New Features
- ChatGLM model support.
- Claude 3.5 Haiku support.
- Alibaba Cloud 1-click deployment.
- "OnFinish" feature.
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