Skip to content

Commit 500a2d4

Browse files
🔖 chore(release): v1.27.0 [skip ci]
## [Version&nbsp;1.27.0](v1.26.1...v1.27.0) <sup>Released on **2024-04-10**</sup> #### ♻ Code Refactoring - **misc**: Add db migration, add migrations from v3 to v4, clean openai azure code, refactor agent runtime with openai compatible factory, refactor api key form locale, refactor openAI to openai and azure, refactor the hidden to enabled, refactor the key, refactor the model config selector, refactor the route auth as a middleware, refactor the server config to migrate model provider env, refactor the server config to migrate model provider env, rename the key to enabledModels. #### ✨ Features - **misc**: Refactor to support azure openai provider, support close openai, support display model list, support model config modal, support model list with model providers, support open router auto model list, support openai model fetcher, support update model config, support user config model. #### 🐛 Bug Fixes - **misc**: Fix db migration, fix db migration, rename, rename. #### 💄 Styles - **misc**: Fix i18n of model list fetcher, improve detail design, improve logo style, update locale. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Add db migration ([6ceb818](6ceb818)) * **misc**: Add migrations from v3 to v4 ([199ded2](199ded2)) * **misc**: Clean openai azure code ([be4bcca](be4bcca)) * **misc**: Refactor agent runtime with openai compatible factory ([89adf9d](89adf9d)) * **misc**: Refactor api key form locale ([a069169](a069169)) * **misc**: Refactor openAI to openai and azure ([2190a95](2190a95)) * **misc**: Refactor the hidden to enabled ([78a1aac](78a1aac)) * **misc**: Refactor the key ([d5c82f6](d5c82f6)) * **misc**: Refactor the model config selector ([d865ca1](d865ca1)) * **misc**: Refactor the route auth as a middleware ([ef5ee2a](ef5ee2a)) * **misc**: Refactor the server config to migrate model provider env ([e4f110e](e4f110e)) * **misc**: Refactor the server config to migrate model provider env ([c398063](c398063)) * **misc**: Rename the key to enabledModels ([ebfa0aa](ebfa0aa)) #### What's improved * **misc**: Refactor to support azure openai provider ([d737afe](d737afe)) * **misc**: Support close openai ([1ff1aef](1ff1aef)) * **misc**: Support display model list ([e59635f](e59635f)) * **misc**: Support model config modal ([62d6bb7](62d6bb7)) * **misc**: Support model list with model providers, closes [lobehub#1916](https://github.com/bentwnghk/lobe-chat/issues/1916) ([0895dd2](0895dd2)) * **misc**: Support open router auto model list ([1ba90d3](1ba90d3)) * **misc**: Support openai model fetcher ([56032e6](56032e6)) * **misc**: Support update model config ([e8ed847](e8ed847)) * **misc**: Support user config model ([72fd873](72fd873)) #### What's fixed * **misc**: Fix db migration ([4e75074](4e75074)) * **misc**: Fix db migration ([571b6dd](571b6dd)) * **misc**: Rename ([9b93a7c](9b93a7c)) * **misc**: Rename ([951bffa](951bffa)) #### Styles * **misc**: Fix i18n of model list fetcher ([67ed8c2](67ed8c2)) * **misc**: Improve detail design ([adcce07](adcce07)) * **misc**: Improve logo style ([c5826ce](c5826ce)) * **misc**: Update locale ([021bf91](021bf91)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 9b93a7c commit 500a2d4

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

CHANGELOG.md

+75
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,81 @@
22

33
# Changelog
44

5+
## [Version 1.27.0](https://github.com/bentwnghk/lobe-chat/compare/v1.26.1...v1.27.0)
6+
7+
<sup>Released on **2024-04-10**</sup>
8+
9+
#### ♻ Code Refactoring
10+
11+
- **misc**: Add db migration, add migrations from v3 to v4, clean openai azure code, refactor agent runtime with openai compatible factory, refactor api key form locale, refactor openAI to openai and azure, refactor the hidden to enabled, refactor the key, refactor the model config selector, refactor the route auth as a middleware, refactor the server config to migrate model provider env, refactor the server config to migrate model provider env, rename the key to enabledModels.
12+
13+
#### ✨ Features
14+
15+
- **misc**: Refactor to support azure openai provider, support close openai, support display model list, support model config modal, support model list with model providers, support open router auto model list, support openai model fetcher, support update model config, support user config model.
16+
17+
#### 🐛 Bug Fixes
18+
19+
- **misc**: Fix db migration, fix db migration, rename, rename.
20+
21+
#### 💄 Styles
22+
23+
- **misc**: Fix i18n of model list fetcher, improve detail design, improve logo style, update locale.
24+
25+
<br/>
26+
27+
<details>
28+
<summary><kbd>Improvements and Fixes</kbd></summary>
29+
30+
#### Code refactoring
31+
32+
- **misc**: Add db migration ([6ceb818](https://github.com/bentwnghk/lobe-chat/commit/6ceb818))
33+
- **misc**: Add migrations from v3 to v4 ([199ded2](https://github.com/bentwnghk/lobe-chat/commit/199ded2))
34+
- **misc**: Clean openai azure code ([be4bcca](https://github.com/bentwnghk/lobe-chat/commit/be4bcca))
35+
- **misc**: Refactor agent runtime with openai compatible factory ([89adf9d](https://github.com/bentwnghk/lobe-chat/commit/89adf9d))
36+
- **misc**: Refactor api key form locale ([a069169](https://github.com/bentwnghk/lobe-chat/commit/a069169))
37+
- **misc**: Refactor openAI to openai and azure ([2190a95](https://github.com/bentwnghk/lobe-chat/commit/2190a95))
38+
- **misc**: Refactor the hidden to enabled ([78a1aac](https://github.com/bentwnghk/lobe-chat/commit/78a1aac))
39+
- **misc**: Refactor the key ([d5c82f6](https://github.com/bentwnghk/lobe-chat/commit/d5c82f6))
40+
- **misc**: Refactor the model config selector ([d865ca1](https://github.com/bentwnghk/lobe-chat/commit/d865ca1))
41+
- **misc**: Refactor the route auth as a middleware ([ef5ee2a](https://github.com/bentwnghk/lobe-chat/commit/ef5ee2a))
42+
- **misc**: Refactor the server config to migrate model provider env ([e4f110e](https://github.com/bentwnghk/lobe-chat/commit/e4f110e))
43+
- **misc**: Refactor the server config to migrate model provider env ([c398063](https://github.com/bentwnghk/lobe-chat/commit/c398063))
44+
- **misc**: Rename the key to enabledModels ([ebfa0aa](https://github.com/bentwnghk/lobe-chat/commit/ebfa0aa))
45+
46+
#### What's improved
47+
48+
- **misc**: Refactor to support azure openai provider ([d737afe](https://github.com/bentwnghk/lobe-chat/commit/d737afe))
49+
- **misc**: Support close openai ([1ff1aef](https://github.com/bentwnghk/lobe-chat/commit/1ff1aef))
50+
- **misc**: Support display model list ([e59635f](https://github.com/bentwnghk/lobe-chat/commit/e59635f))
51+
- **misc**: Support model config modal ([62d6bb7](https://github.com/bentwnghk/lobe-chat/commit/62d6bb7))
52+
- **misc**: Support model list with model providers, closes [#1916](https://github.com/bentwnghk/lobe-chat/issues/1916) ([0895dd2](https://github.com/bentwnghk/lobe-chat/commit/0895dd2))
53+
- **misc**: Support open router auto model list ([1ba90d3](https://github.com/bentwnghk/lobe-chat/commit/1ba90d3))
54+
- **misc**: Support openai model fetcher ([56032e6](https://github.com/bentwnghk/lobe-chat/commit/56032e6))
55+
- **misc**: Support update model config ([e8ed847](https://github.com/bentwnghk/lobe-chat/commit/e8ed847))
56+
- **misc**: Support user config model ([72fd873](https://github.com/bentwnghk/lobe-chat/commit/72fd873))
57+
58+
#### What's fixed
59+
60+
- **misc**: Fix db migration ([4e75074](https://github.com/bentwnghk/lobe-chat/commit/4e75074))
61+
- **misc**: Fix db migration ([571b6dd](https://github.com/bentwnghk/lobe-chat/commit/571b6dd))
62+
- **misc**: Rename ([9b93a7c](https://github.com/bentwnghk/lobe-chat/commit/9b93a7c))
63+
- **misc**: Rename ([951bffa](https://github.com/bentwnghk/lobe-chat/commit/951bffa))
64+
65+
#### Styles
66+
67+
- **misc**: Fix i18n of model list fetcher ([67ed8c2](https://github.com/bentwnghk/lobe-chat/commit/67ed8c2))
68+
- **misc**: Improve detail design ([adcce07](https://github.com/bentwnghk/lobe-chat/commit/adcce07))
69+
- **misc**: Improve logo style ([c5826ce](https://github.com/bentwnghk/lobe-chat/commit/c5826ce))
70+
- **misc**: Update locale ([021bf91](https://github.com/bentwnghk/lobe-chat/commit/021bf91))
71+
72+
</details>
73+
74+
<div align="right">
75+
76+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
77+
78+
</div>
79+
580
### [Version 1.26.1](https://github.com/bentwnghk/lobe-chat/compare/v1.26.0...v1.26.1)
681

782
<sup>Released on **2024-04-10**</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.26.1",
3+
"version": "1.27.0",
44
"description": "Mr.🆖 Chat - 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.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)