Skip to content

Commit 48a97a4

Browse files
🔖 chore(release): v1.51.0 [skip ci]
## [Version&nbsp;1.51.0](v1.50.5...v1.51.0) <sup>Released on **2025-02-05**</sup> #### ✨ Features - **misc**: Add reasoning tag support for custom models via UI or ENV. #### 🐛 Bug Fixes - **misc**: Fix deepseek-v3 & qvq model tag fetch error from SiliconCloud, fix model ability missing. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Add reasoning tag support for custom models via UI or ENV, closes [#5684](#5684) ([3499403](3499403)) #### What's fixed * **misc**: Fix deepseek-v3 & qvq model tag fetch error from SiliconCloud, closes [#5741](#5741) ([ee61653](ee61653)) * **misc**: Fix model ability missing, closes [#5739](#5739) ([0e1a022](0e1a022)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 3499403 commit 48a97a4

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
# Changelog
44

5+
## [Version 1.51.0](https://github.com/lobehub/lobe-chat/compare/v1.50.5...v1.51.0)
6+
7+
<sup>Released on **2025-02-05**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Add reasoning tag support for custom models via UI or ENV.
12+
13+
#### 🐛 Bug Fixes
14+
15+
- **misc**: Fix deepseek-v3 & qvq model tag fetch error from SiliconCloud, fix model ability missing.
16+
17+
<br/>
18+
19+
<details>
20+
<summary><kbd>Improvements and Fixes</kbd></summary>
21+
22+
#### What's improved
23+
24+
- **misc**: Add reasoning tag support for custom models via UI or ENV, closes [#5684](https://github.com/lobehub/lobe-chat/issues/5684) ([3499403](https://github.com/lobehub/lobe-chat/commit/3499403))
25+
26+
#### What's fixed
27+
28+
- **misc**: Fix deepseek-v3 & qvq model tag fetch error from SiliconCloud, closes [#5741](https://github.com/lobehub/lobe-chat/issues/5741) ([ee61653](https://github.com/lobehub/lobe-chat/commit/ee61653))
29+
- **misc**: Fix model ability missing, closes [#5739](https://github.com/lobehub/lobe-chat/issues/5739) ([0e1a022](https://github.com/lobehub/lobe-chat/commit/0e1a022))
30+
31+
</details>
32+
33+
<div align="right">
34+
35+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
36+
37+
</div>
38+
539
### [Version 1.50.5](https://github.com/lobehub/lobe-chat/compare/v1.50.4...v1.50.5)
640

741
<sup>Released on **2025-02-04**</sup>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "1.50.5",
3+
"version": "1.51.0",
44
"description": "Lobe Chat - 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.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)