Skip to content

Commit

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

#### ✨ Features

- **misc**: Add support InternLM (书生浦语) provider.

#### 🐛 Bug Fixes

- **misc**: Connection check logic, keyword search for chat history & sessions.

#### 💄 Styles

- **misc**: Support o1 models using streaming.

<br/>

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

#### What's improved

* **misc**: Add support InternLM (书生浦语) provider, closes [lobehub#4711](https://github.com/bentwnghk/lobe-chat/issues/4711) ([aaae059](aaae059))

#### What's fixed

* **misc**: Connection check logic, closes [lobehub#4722](https://github.com/bentwnghk/lobe-chat/issues/4722) ([b361840](b361840))
* **misc**: Keyword search for chat history & sessions, closes [lobehub#4725](https://github.com/bentwnghk/lobe-chat/issues/4725) ([415d772](415d772))

#### Styles

* **misc**: Support o1 models using streaming, closes [lobehub#4732](https://github.com/bentwnghk/lobe-chat/issues/4732) ([7e9e71a](7e9e71a))

</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 19, 2024
1 parent 7b20acd commit 502c2ae
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@

# Changelog

## [Version 1.74.0](https://github.com/bentwnghk/lobe-chat/compare/v1.73.8...v1.74.0)

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

#### ✨ Features

- **misc**: Add support InternLM (书生浦语) provider.

#### 🐛 Bug Fixes

- **misc**: Connection check logic, keyword search for chat history & sessions.

#### 💄 Styles

- **misc**: Support o1 models using streaming.

<br/>

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

#### What's improved

- **misc**: Add support InternLM (书生浦语) provider, closes [#4711](https://github.com/bentwnghk/lobe-chat/issues/4711) ([aaae059](https://github.com/bentwnghk/lobe-chat/commit/aaae059))

#### What's fixed

- **misc**: Connection check logic, closes [#4722](https://github.com/bentwnghk/lobe-chat/issues/4722) ([b361840](https://github.com/bentwnghk/lobe-chat/commit/b361840))
- **misc**: Keyword search for chat history & sessions, closes [#4725](https://github.com/bentwnghk/lobe-chat/issues/4725) ([415d772](https://github.com/bentwnghk/lobe-chat/commit/415d772))

#### Styles

- **misc**: Support o1 models using streaming, closes [#4732](https://github.com/bentwnghk/lobe-chat/issues/4732) ([7e9e71a](https://github.com/bentwnghk/lobe-chat/commit/7e9e71a))

</details>

<div align="right">

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

</div>

### [Version 1.73.8](https://github.com/bentwnghk/lobe-chat/compare/v1.73.7...v1.73.8)

<sup>Released on **2024-11-16**</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.73.8",
"version": "1.74.0",
"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 502c2ae

Please sign in to comment.