@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 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
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#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
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#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.4",
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": "^14.2.8",
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",
@@ -102,7 +102,7 @@ const Ai360: ModelProviderCard = {
102
102
  disableBrowserRequest: true,
103
103
  id: 'ai360',
104
104
  modelList: { showModelFetcher: true },
105
- name: '360ζ™Ίθ„‘',
105
+ name: '360 AI',
106
106
  };
107
107
 
108
108
  export default Ai360;
@@ -48,6 +48,10 @@ const Baichuan: ModelProviderCard = {
48
48
  id: 'baichuan',
49
49
  modelList: { showModelFetcher: true },
50
50
  name: 'Baichuan',
51
+ smoothing: {
52
+ speed: 2,
53
+ text: true,
54
+ },
51
55
  };
52
56
 
53
57
  export default Baichuan;
@@ -43,6 +43,10 @@ const Minimax: ModelProviderCard = {
43
43
  checkModel: 'abab6.5s-chat',
44
44
  id: 'minimax',
45
45
  name: 'Minimax',
46
+ smoothing: {
47
+ speed: 2,
48
+ text: true,
49
+ },
46
50
  };
47
51
 
48
52
  export default Minimax;
@@ -28,6 +28,10 @@ const Moonshot: ModelProviderCard = {
28
28
  checkModel: 'moonshot-v1-8k',
29
29
  id: 'moonshot',
30
30
  name: 'Moonshot',
31
+ smoothing: {
32
+ speed: 2,
33
+ text: true,
34
+ },
31
35
  };
32
36
 
33
37
  export default Moonshot;
@@ -108,6 +108,10 @@ const Qwen: ModelProviderCard = {
108
108
  id: 'qwen',
109
109
  modelList: { showModelFetcher: true },
110
110
  name: 'Qwen',
111
+ smoothing: {
112
+ speed: 2,
113
+ text: true,
114
+ },
111
115
  };
112
116
 
113
117
  export default Qwen;
@@ -54,6 +54,10 @@ const Spark: ModelProviderCard = {
54
54
  id: 'spark',
55
55
  modelList: { showModelFetcher: true },
56
56
  name: 'Spark',
57
+ smoothing: {
58
+ speed: 2,
59
+ text: true,
60
+ },
57
61
  };
58
62
 
59
63
  export default Spark;
@@ -60,7 +60,7 @@ const Stepfun: ModelProviderCard = {
60
60
  disableBrowserRequest: true,
61
61
  id: 'stepfun',
62
62
  modelList: { showModelFetcher: true },
63
- name: 'ι˜Άθ·ƒζ˜ŸθΎ°',
63
+ name: 'Stepfun',
64
64
  smoothing: {
65
65
  speed: 2,
66
66
  text: true,