v2.15.8

shadcn-ui/uiv2.15.8Nov 11, 2024by lloydzhou

AI Summary

This release focuses on expanding model support by adding the OpenAI Realtime API and Claude 3.5 Haiku. It includes several bug fixes related to session updates, model tokens, and DALL-E 3 plugin errors. The update also refines styling and fixes issues with specific model configurations.

Key Highlights

  • Added support for OpenAI Realtime API.
  • Added Claude 3.5 Haiku support (with a note that it does not support vision).
  • Fixed built-in DALL-E 3 plugin errors.
  • Fixed session update logic and bot message reply dates.

New Features

  • OpenAI Realtime API support.
  • Claude 3.5 Haiku model support.
  • Plugin error fixes.

Full Release Notes

## What's Changed
* Custom model names can include the `@` symbol by itself. by @ryanhex53 in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5769
* fix: updateCurrentSession => updateTargetSession by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5774
* fix: glm chatpath by @DDMeaqua in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5776
* fix: botMessage reply date by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5778
* style: improve classname by clsx by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5782
* chore: o1模型使用max_completion_tokens by @DDMeaqua in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5788
* fix: built-in plugin dalle3 error #5787 by @JingSyue in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5795
* add claude35haiku & not support vision by @OPChips in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5779
* Feature/realtime chat by @Dogtiti in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5786

## New Contributors
* @ryanhex53 made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5769
* @JingSyue made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5795
* @OPChips made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5779

**Full Changelog**: https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/compare/v2.15.7...v2.15.8