Skip to content

Commit

Permalink
🔖 chore(release): v0.39.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.39.0](v0.38.0...v0.39.0)
<sup>Released on **2023-08-04**</sup>

#### ✨ Features

- **misc**: 支持多轮的插件意图识别, 支持自定义 OpenAI 代理地址.

#### 💄 Styles

- **misc**: 优化插件的展示逻辑.

<br/>

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

#### What's improved

* **misc**: 支持多轮的插件意图识别 ([5127f1b](5127f1b))
* **misc**: 支持自定义 OpenAI 代理地址 ([33a111c](33a111c))

#### Styles

* **misc**: 优化插件的展示逻辑 ([7621bad](7621bad))

</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 Aug 4, 2023
1 parent 33a111c commit 34b1a95
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

# Changelog

## [Version 0.39.0](https://github.com/lobehub/lobe-chat/compare/v0.38.0...v0.39.0)

<sup>Released on **2023-08-04**</sup>

#### ✨ Features

- **misc**: 支持多轮的插件意图识别, 支持自定义 OpenAI 代理地址.

#### 💄 Styles

- **misc**: 优化插件的展示逻辑.

<br/>

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

#### What's improved

- **misc**: 支持多轮的插件意图识别 ([5127f1b](https://github.com/lobehub/lobe-chat/commit/5127f1b))
- **misc**: 支持自定义 OpenAI 代理地址 ([33a111c](https://github.com/lobehub/lobe-chat/commit/33a111c))

#### Styles

- **misc**: 优化插件的展示逻辑 ([7621bad](https://github.com/lobehub/lobe-chat/commit/7621bad))

</details>

<div align="right">

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

</div>

## [Version 0.38.0](https://github.com/lobehub/lobe-chat/compare/v0.37.0...v0.38.0)

<sup>Released on **2023-08-04**</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": "@lobehub/chat",
"version": "0.38.0",
"version": "0.39.0",
"description": "Lobe Chat is an open-source chatbot client using LangChain, Typescript and Next.js",
"keywords": [
"chatbot",
Expand Down

0 comments on commit 34b1a95

Please sign in to comment.