Skip to content

Commit

Permalink
🔖 chore(release): v1.62.3 [skip ci]
Browse files Browse the repository at this point in the history
### [Version 1.62.3](v1.62.2...v1.62.3)
<sup>Released on **2024-09-20**</sup>

#### 🐛 Bug Fixes

- **misc**: Custom model initialization not taking effect error.

#### 💄 Styles

- **misc**: Add qwen2.5 math and coder model for siliconcloud provider, support webhooks for casdoor.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Custom model initialization not taking effect error, closes [lobehub#4038](https://github.com/bentwnghk/lobe-chat/issues/4038) ([0e0d208](0e0d208))

#### Styles

* **misc**: Add qwen2.5 math and coder model for siliconcloud provider, closes [lobehub#4043](https://github.com/bentwnghk/lobe-chat/issues/4043) ([d16578f](d16578f))
* **misc**: Support webhooks for casdoor, closes [lobehub#3942](https://github.com/bentwnghk/lobe-chat/issues/3942) ([1f2f6a5](1f2f6a5))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Sep 20, 2024
1 parent 30faefe commit 61da050
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

# Changelog

### [Version 1.62.3](https://github.com/bentwnghk/lobe-chat/compare/v1.62.2...v1.62.3)

<sup>Released on **2024-09-20**</sup>

#### 🐛 Bug Fixes

- **misc**: Custom model initialization not taking effect error.

#### 💄 Styles

- **misc**: Add qwen2.5 math and coder model for siliconcloud provider, support webhooks for casdoor.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

- **misc**: Custom model initialization not taking effect error, closes [#4038](https://github.com/bentwnghk/lobe-chat/issues/4038) ([0e0d208](https://github.com/bentwnghk/lobe-chat/commit/0e0d208))

#### Styles

- **misc**: Add qwen2.5 math and coder model for siliconcloud provider, closes [#4043](https://github.com/bentwnghk/lobe-chat/issues/4043) ([d16578f](https://github.com/bentwnghk/lobe-chat/commit/d16578f))
- **misc**: Support webhooks for casdoor, closes [#3942](https://github.com/bentwnghk/lobe-chat/issues/3942) ([1f2f6a5](https://github.com/bentwnghk/lobe-chat/commit/1f2f6a5))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 1.62.2](https://github.com/bentwnghk/lobe-chat/compare/v1.62.1...v1.62.2)

<sup>Released on **2024-09-20**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentwnghk/chat",
"version": "1.62.2",
"version": "1.62.3",
"description": "Mr.🆖 AI - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
"keywords": [
"framework",
Expand Down

0 comments on commit 61da050

Please sign in to comment.