Skip to content

Commit

Permalink
🔖 chore(release): v1.102.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 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>
  • Loading branch information
semantic-release-bot committed Feb 18, 2025
1 parent 4621cfd commit 67503fc
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@

# Changelog

## [Version 1.102.0](https://github.com/bentwnghk/lobe-chat/compare/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 [#4487](https://github.com/bentwnghk/lobe-chat/issues/4487) ([a0a9592](https://github.com/bentwnghk/lobe-chat/commit/a0a9592))

#### What's fixed

- **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))

#### Styles

- **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))
- **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))
- **misc**: Improve perplexity models, closes [#6307](https://github.com/bentwnghk/lobe-chat/issues/6307) ([c99908d](https://github.com/bentwnghk/lobe-chat/commit/c99908d))
- **misc**: Improve serveral error code, closes [#6299](https://github.com/bentwnghk/lobe-chat/issues/6299) ([352cb90](https://github.com/bentwnghk/lobe-chat/commit/352cb90))

</details>

<div align="right">

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

</div>

### [Version 1.101.1](https://github.com/bentwnghk/lobe-chat/compare/v1.101.0...v1.101.1)

<sup>Released on **2025-02-18**</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.101.1",
"version": "1.102.0",
"description": "Mr.🆖 AI - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system.",
"keywords": [
"framework",
Expand Down

0 comments on commit 67503fc

Please sign in to comment.