@lobehub/chat 1.15.0 → 1.15.1

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 1.15.1](https://github.com/lobehub/lobe-chat/compare/v1.15.0...v1.15.1)
6
+
7
+ <sup>Released on **2024-08-30**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Update the sorting of each provider model.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Update the sorting of each provider model, closes [#3689](https://github.com/lobehub/lobe-chat/issues/3689) ([e82c9dd](https://github.com/lobehub/lobe-chat/commit/e82c9dd))
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
+
5
30
  ## [Version 1.15.0](https://github.com/lobehub/lobe-chat/compare/v1.14.12...v1.15.0)
6
31
 
7
32
  <sup>Released on **2024-08-30**</sup>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
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",
@@ -46,7 +46,7 @@ const Baichuan: ModelProviderCard = {
46
46
  tokens: 192_000,
47
47
  },
48
48
  ],
49
- checkModel: 'Baichuan4',
49
+ checkModel: 'Baichuan3-Turbo',
50
50
  id: 'baichuan',
51
51
  modelList: { showModelFetcher: true },
52
52
  name: 'Baichuan',
@@ -42,7 +42,7 @@ const Minimax: ModelProviderCard = {
42
42
  tokens: 8192,
43
43
  },
44
44
  ],
45
- checkModel: 'abab5.5s-chat',
45
+ checkModel: 'abab6.5s-chat',
46
46
  id: 'minimax',
47
47
  name: 'Minimax',
48
48
  };
@@ -3,6 +3,14 @@ import { ModelProviderCard } from '@/types/llm';
3
3
  // ref https://help.aliyun.com/zh/dashscope/developer-reference/api-details
4
4
  const Qwen: ModelProviderCard = {
5
5
  chatModels: [
6
+ {
7
+ description: '通义千问超大规模语言模型,支持长文本上下文,以及基于长文档、多文档等多个场景的对话功能。',
8
+ displayName: 'Qwen Long',
9
+ enabled: true,
10
+ functionCall: true,
11
+ id: 'qwen-long',
12
+ tokens: 1_000_000,
13
+ },
6
14
  {
7
15
  description: '通义千问超大规模语言模型,支持中文、英文等不同语言输入',
8
16
  displayName: 'Qwen Turbo',
@@ -17,7 +25,7 @@ const Qwen: ModelProviderCard = {
17
25
  enabled: true,
18
26
  functionCall: true,
19
27
  id: 'qwen-plus',
20
- tokens: 32_768,
28
+ tokens: 130_000,
21
29
  },
22
30
  {
23
31
  description:
@@ -34,7 +42,34 @@ const Qwen: ModelProviderCard = {
34
42
  displayName: 'Qwen Max LongContext',
35
43
  functionCall: true,
36
44
  id: 'qwen-max-longcontext',
45
+ tokens: 30_720,
46
+ },
47
+ {
48
+ description:
49
+ '通义千问大规模视觉语言模型增强版。大幅提升细节识别能力和文字识别能力,支持超百万像素分辨率和任意长宽比规格的图像。',
50
+ displayName: 'Qwen VL Plus',
51
+ enabled: true,
52
+ id: 'qwen-vl-plus',
53
+ tokens: 8192,
54
+ vision: true,
55
+ },
56
+ {
57
+ description:
58
+ '通义千问超大规模视觉语言模型。相比增强版,再次提升视觉推理能力和指令遵循能力,提供更高的视觉感知和认知水平。',
59
+ displayName: 'Qwen VL Max',
60
+ enabled: true,
61
+ id: 'qwen-vl-max',
62
+ tokens: 8192,
63
+ vision: true,
64
+ },
65
+ {
66
+ description:
67
+ '抢先体验即将升级的 qwen-vl-max 大模型。',
68
+ displayName: 'Qwen VL Max 0809',
69
+ enabled: true,
70
+ id: 'qwen-vl-max-0809',
37
71
  tokens: 32_768,
72
+ vision: true,
38
73
  },
39
74
  {
40
75
  description: '通义千问2对外开源的7B规模的模型',
@@ -55,28 +90,15 @@ const Qwen: ModelProviderCard = {
55
90
  tokens: 128_000,
56
91
  },
57
92
  {
58
- description:
59
- '通义千问大规模视觉语言模型增强版。大幅提升细节识别能力和文字识别能力,支持超百万像素分辨率和任意长宽比规格的图像。',
60
- displayName: 'Qwen VL Plus',
61
- enabled: true,
62
- id: 'qwen-vl-plus',
63
- tokens: 8192,
64
- vision: true,
65
- },
66
- {
67
- description:
68
- '通义千问超大规模视觉语言模型。相比增强版,再次提升视觉推理能力和指令遵循能力,提供更高的视觉感知和认知水平。',
69
- displayName: 'Qwen VL Max',
70
- enabled: true,
71
- id: 'qwen-vl-max',
72
- tokens: 8192,
73
- vision: true,
93
+ description: 'Qwen2-Math 模型具有强大的数学解题能力',
94
+ displayName: 'Qwen2 Math 72B',
95
+ id: 'qwen2-math-72b-instruct',
96
+ tokens: 128_000,
74
97
  },
75
98
  {
76
99
  description:
77
100
  '以 Qwen-7B 语言模型初始化,添加图像模型,图像输入分辨率为448的预训练模型。',
78
101
  displayName: 'Qwen VL',
79
- enabled: true,
80
102
  id: 'qwen-vl-v1',
81
103
  tokens: 8192,
82
104
  vision: true,
@@ -85,27 +107,10 @@ const Qwen: ModelProviderCard = {
85
107
  description:
86
108
  '通义千问VL支持灵活的交互方式,包括多图、多轮问答、创作等能力的模型。',
87
109
  displayName: 'Qwen VL Chat',
88
- enabled: true,
89
110
  id: 'qwen-vl-chat-v1',
90
111
  tokens: 8192,
91
112
  vision: true,
92
113
  },
93
- {
94
- description: 'Qwen2-Math 模型具有强大的数学解题能力',
95
- displayName: 'Qwen2 Math 72B',
96
- enabled: true,
97
- id: 'qwen2-math-72b-instruct',
98
- tokens: 4096,
99
- },
100
- {
101
- description:
102
- '抢先体验即将升级的 qwen-vl-max 大模型。',
103
- displayName: 'Qwen VL Max 0809',
104
- enabled: true,
105
- id: 'qwen-vl-max-0809',
106
- tokens: 32_768,
107
- vision: true,
108
- },
109
114
  ],
110
115
  checkModel: 'qwen-turbo',
111
116
  disableBrowserRequest: true,