Skip to content

Commit 12762b7

Browse files
🔖 chore(release): v1.74.0 [skip ci]
## [Version&nbsp;1.74.0](lobehub/lobe-chat@v1.73.2...v1.74.0) <sup>Released on **2025-03-21**</sup> #### ✨ Features - **misc**: Add infini-ai provider, add Search1API provider with web search DeepSeek models. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Add infini-ai provider, closes [lobehub#7012](lobehub#7012) ([72d76fe](lobehub@72d76fe)) * **misc**: Add Search1API provider with web search DeepSeek models, closes [lobehub#6376](lobehub#6376) ([3450714](lobehub@3450714)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent e166d90 commit 12762b7

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## [Version 1.74.0](https://github.com/lobehub/lobe-chat/compare/v1.73.2...v1.74.0)
6+
7+
<sup>Released on **2025-03-21**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Add infini-ai provider, add Search1API provider with web search DeepSeek models.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### What's improved
19+
20+
- **misc**: Add infini-ai provider, closes [#7012](https://github.com/lobehub/lobe-chat/issues/7012) ([72d76fe](https://github.com/lobehub/lobe-chat/commit/72d76fe))
21+
- **misc**: Add Search1API provider with web search DeepSeek models, closes [#6376](https://github.com/lobehub/lobe-chat/issues/6376) ([3450714](https://github.com/lobehub/lobe-chat/commit/3450714))
22+
23+
</details>
24+
25+
<div align="right">
26+
27+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
28+
29+
</div>
30+
531
### [Version 1.73.2](https://github.com/lobehub/lobe-chat/compare/v1.73.1...v1.73.2)
632

733
<sup>Released on **2025-03-21**</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.73.2",
3+
"version": "1.74.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)