v2.15.7

QwenLM/Qwen3-VLv2.15.7Nov 5, 2024by lloydzhou

AI Summary

Adds support for Claude 3.5 Sonnet, Claude 3 Opus, and ChatGLM models, along with fixes for Gemini API errors and status text encoding issues.

Key Highlights

  • Support for Claude 3.5 Sonnet and Claude 3 Opus
  • Support for ChatGLM models
  • Fixed Gemini invalid argument errors
  • Fixed status text encoding (ISO-8859-1) issues

New Features

  • Claude 3.5 Sonnet support
  • Claude 3 Opus support
  • ChatGLM support

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