@lobehub/chat 1.16.4 β 1.16.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @lobehub/chat might be problematic. Click here for more details.
- package/CHANGELOG.md +42 -0
- package/package.json +2 -2
- package/src/config/modelProviders/ai360.ts +1 -1
- package/src/config/modelProviders/baichuan.ts +4 -0
- package/src/config/modelProviders/minimax.ts +4 -0
- package/src/config/modelProviders/moonshot.ts +4 -0
- package/src/config/modelProviders/qwen.ts +4 -0
- package/src/config/modelProviders/spark.ts +4 -0
- package/src/config/modelProviders/stepfun.ts +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,48 @@
|
|
2
2
|
|
3
3
|
# Changelog
|
4
4
|
|
5
|
+
### [Version 1.16.6](https://github.com/lobehub/lobe-chat/compare/v1.16.5...v1.16.6)
|
6
|
+
|
7
|
+
<sup>Released on **2024-09-11**</sup>
|
8
|
+
|
9
|
+
#### π Bug Fixes
|
10
|
+
|
11
|
+
- **misc**: Pin `next@14.2.8` to fix Internal error.
|
12
|
+
|
13
|
+
<br/>
|
14
|
+
|
15
|
+
<details>
|
16
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
17
|
+
|
18
|
+
#### What's fixed
|
19
|
+
|
20
|
+
- **misc**: Pin `next@14.2.8` to fix Internal error, closes [#3905](https://github.com/lobehub/lobe-chat/issues/3905) ([1013652](https://github.com/lobehub/lobe-chat/commit/1013652))
|
21
|
+
|
22
|
+
</details>
|
23
|
+
|
24
|
+
<div align="right">
|
25
|
+
|
26
|
+
[](#readme-top)
|
27
|
+
|
28
|
+
</div>
|
29
|
+
|
30
|
+
### [Version 1.16.5](https://github.com/lobehub/lobe-chat/compare/v1.16.4...v1.16.5)
|
31
|
+
|
32
|
+
<sup>Released on **2024-09-11**</sup>
|
33
|
+
|
34
|
+
<br/>
|
35
|
+
|
36
|
+
<details>
|
37
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
38
|
+
|
39
|
+
</details>
|
40
|
+
|
41
|
+
<div align="right">
|
42
|
+
|
43
|
+
[](#readme-top)
|
44
|
+
|
45
|
+
</div>
|
46
|
+
|
5
47
|
### [Version 1.16.4](https://github.com/lobehub/lobe-chat/compare/v1.16.3...v1.16.4)
|
6
48
|
|
7
49
|
<sup>Released on **2024-09-11**</sup>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lobehub/chat",
|
3
|
-
"version": "1.16.
|
3
|
+
"version": "1.16.6",
|
4
4
|
"description": "Lobe 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.",
|
5
5
|
"keywords": [
|
6
6
|
"framework",
|
@@ -168,7 +168,7 @@
|
|
168
168
|
"mammoth": "^1.8.0",
|
169
169
|
"modern-screenshot": "^4.4.39",
|
170
170
|
"nanoid": "^5.0.7",
|
171
|
-
"next": "
|
171
|
+
"next": "14.2.8",
|
172
172
|
"next-auth": "5.0.0-beta.15",
|
173
173
|
"next-sitemap": "^4.2.3",
|
174
174
|
"numeral": "^2.0.6",
|