Skip to content

Commit c291676

Browse files
committedFeb 24, 2025
🔖 chore(release): v1.104.0 [skip ci]
## [Version&nbsp;1.104.0](v1.103.6...v1.104.0) <sup>Released on **2025-02-24**</sup> #### ✨ Features - **misc**: Support model-level search for Google/Qwen. #### 🐛 Bug Fixes - **misc**: Fix groq location request. #### 💄 Styles - **misc**: Improve plugin calling style, Update many models info. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support model-level search for Google/Qwen, closes [lobehub#6420](https://github.com/bentwnghk/lobe-chat/issues/6420) ([f1b97cd](f1b97cd)) #### What's fixed * **misc**: Fix groq location request, closes [lobehub#6449](https://github.com/bentwnghk/lobe-chat/issues/6449) ([8c8af6b](8c8af6b)) #### Styles * **misc**: Improve plugin calling style, closes [lobehub#6446](https://github.com/bentwnghk/lobe-chat/issues/6446) ([406cd46](406cd46)) * **misc**: Update many models info, closes [lobehub#6205](https://github.com/bentwnghk/lobe-chat/issues/6205) ([c477588](c477588)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 8d756e9 commit c291676

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed
 

‎CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
22

33
# Changelog
44

5+
## [Version 1.104.0](https://github.com/bentwnghk/lobe-chat/compare/v1.103.6...v1.104.0)
6+
7+
<sup>Released on **2025-02-24**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Support model-level search for Google/Qwen.
12+
13+
#### 🐛 Bug Fixes
14+
15+
- **misc**: Fix groq location request.
16+
17+
#### 💄 Styles
18+
19+
- **misc**: Improve plugin calling style, Update many models info.
20+
21+
<br/>
22+
23+
<details>
24+
<summary><kbd>Improvements and Fixes</kbd></summary>
25+
26+
#### What's improved
27+
28+
- **misc**: Support model-level search for Google/Qwen, closes [#6420](https://github.com/bentwnghk/lobe-chat/issues/6420) ([f1b97cd](https://github.com/bentwnghk/lobe-chat/commit/f1b97cd))
29+
30+
#### What's fixed
31+
32+
- **misc**: Fix groq location request, closes [#6449](https://github.com/bentwnghk/lobe-chat/issues/6449) ([8c8af6b](https://github.com/bentwnghk/lobe-chat/commit/8c8af6b))
33+
34+
#### Styles
35+
36+
- **misc**: Improve plugin calling style, closes [#6446](https://github.com/bentwnghk/lobe-chat/issues/6446) ([406cd46](https://github.com/bentwnghk/lobe-chat/commit/406cd46))
37+
- **misc**: Update many models info, closes [#6205](https://github.com/bentwnghk/lobe-chat/issues/6205) ([c477588](https://github.com/bentwnghk/lobe-chat/commit/c477588))
38+
39+
</details>
40+
41+
<div align="right">
42+
43+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
44+
45+
</div>
46+
547
### [Version 1.103.6](https://github.com/bentwnghk/lobe-chat/compare/v1.103.5...v1.103.6)
648

749
<sup>Released on **2025-02-23**</sup>

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentwnghk/chat",
3-
"version": "1.103.6",
3+
"version": "1.104.0",
44
"description": "Mr.🆖 AI - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)