Skip to content

Commit

Permalink
🔖 chore(release): v1.75.2 [skip ci]
Browse files Browse the repository at this point in the history
### [Version 1.75.2](v1.75.1...v1.75.2)
<sup>Released on **2024-11-25**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix `fetchOnClient` functional for Moonshot, fix multi-turns tools calling.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix `fetchOnClient` functional for Moonshot, closes [lobehub#4787](https://github.com/bentwnghk/lobe-chat/issues/4787) ([bef89a7](bef89a7))
* **misc**: Fix multi-turns tools calling, closes [lobehub#4789](https://github.com/bentwnghk/lobe-chat/issues/4789) ([9d8845f](9d8845f))

</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 Nov 25, 2024
1 parent c95acd4 commit 5c60a89
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

# Changelog

### [Version 1.75.2](https://github.com/bentwnghk/lobe-chat/compare/v1.75.1...v1.75.2)

<sup>Released on **2024-11-25**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix `fetchOnClient` functional for Moonshot, fix multi-turns tools calling.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

- **misc**: Fix `fetchOnClient` functional for Moonshot, closes [#4787](https://github.com/bentwnghk/lobe-chat/issues/4787) ([bef89a7](https://github.com/bentwnghk/lobe-chat/commit/bef89a7))
- **misc**: Fix multi-turns tools calling, closes [#4789](https://github.com/bentwnghk/lobe-chat/issues/4789) ([9d8845f](https://github.com/bentwnghk/lobe-chat/commit/9d8845f))

</details>

<div align="right">

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

</div>

### [Version 1.75.1](https://github.com/bentwnghk/lobe-chat/compare/v1.75.0...v1.75.1)

<sup>Released on **2024-11-25**</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.75.1",
"version": "1.75.2",
"description": "Mr.🆖 AI - 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.",
"keywords": [
"framework",
Expand Down

0 comments on commit 5c60a89

Please sign in to comment.