Skip to content

Commit 67503fc

Browse files
🔖 chore(release): v1.102.0 [skip ci]
## [Version&nbsp;1.102.0](v1.101.1...v1.102.0) <sup>Released on **2025-02-18**</sup> #### ✨ Features - **misc**: Support google vertex ai as a new provider. #### 🐛 Bug Fixes - **misc**: Try to fix pglite worker. #### 💄 Styles - **misc**: Add `kimi-latest` for Moonshot, improve error content and console error, improve perplexity models, improve serveral error code. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support google vertex ai as a new provider, closes [lobehub#4487](https://github.com/bentwnghk/lobe-chat/issues/4487) ([a0a9592](a0a9592)) #### What's fixed * **misc**: Try to fix pglite worker, closes [lobehub#6169](https://github.com/bentwnghk/lobe-chat/issues/6169) ([b3f4f13](b3f4f13)) #### Styles * **misc**: Add `kimi-latest` for Moonshot, closes [lobehub#6295](https://github.com/bentwnghk/lobe-chat/issues/6295) ([4fb98da](4fb98da)) * **misc**: Improve error content and console error, closes [lobehub#6305](https://github.com/bentwnghk/lobe-chat/issues/6305) ([6a35f55](6a35f55)) * **misc**: Improve perplexity models, closes [lobehub#6307](https://github.com/bentwnghk/lobe-chat/issues/6307) ([c99908d](c99908d)) * **misc**: Improve serveral error code, closes [lobehub#6299](https://github.com/bentwnghk/lobe-chat/issues/6299) ([352cb90](352cb90)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 4621cfd commit 67503fc

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
22

33
# Changelog
44

5+
## [Version 1.102.0](https://github.com/bentwnghk/lobe-chat/compare/v1.101.1...v1.102.0)
6+
7+
<sup>Released on **2025-02-18**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Support google vertex ai as a new provider.
12+
13+
#### 🐛 Bug Fixes
14+
15+
- **misc**: Try to fix pglite worker.
16+
17+
#### 💄 Styles
18+
19+
- **misc**: Add `kimi-latest` for Moonshot, improve error content and console error, improve perplexity models, improve serveral error code.
20+
21+
<br/>
22+
23+
<details>
24+
<summary><kbd>Improvements and Fixes</kbd></summary>
25+
26+
#### What's improved
27+
28+
- **misc**: Support google vertex ai as a new provider, closes [#4487](https://github.com/bentwnghk/lobe-chat/issues/4487) ([a0a9592](https://github.com/bentwnghk/lobe-chat/commit/a0a9592))
29+
30+
#### What's fixed
31+
32+
- **misc**: Try to fix pglite worker, closes [#6169](https://github.com/bentwnghk/lobe-chat/issues/6169) ([b3f4f13](https://github.com/bentwnghk/lobe-chat/commit/b3f4f13))
33+
34+
#### Styles
35+
36+
- **misc**: Add `kimi-latest` for Moonshot, closes [#6295](https://github.com/bentwnghk/lobe-chat/issues/6295) ([4fb98da](https://github.com/bentwnghk/lobe-chat/commit/4fb98da))
37+
- **misc**: Improve error content and console error, closes [#6305](https://github.com/bentwnghk/lobe-chat/issues/6305) ([6a35f55](https://github.com/bentwnghk/lobe-chat/commit/6a35f55))
38+
- **misc**: Improve perplexity models, closes [#6307](https://github.com/bentwnghk/lobe-chat/issues/6307) ([c99908d](https://github.com/bentwnghk/lobe-chat/commit/c99908d))
39+
- **misc**: Improve serveral error code, closes [#6299](https://github.com/bentwnghk/lobe-chat/issues/6299) ([352cb90](https://github.com/bentwnghk/lobe-chat/commit/352cb90))
40+
41+
</details>
42+
43+
<div align="right">
44+
45+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
46+
47+
</div>
48+
549
### [Version 1.101.1](https://github.com/bentwnghk/lobe-chat/compare/v1.101.0...v1.101.1)
650

751
<sup>Released on **2025-02-18**</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.101.1",
3+
"version": "1.102.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)