@lobehub/chat 1.22.8 → 1.22.9

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.22.9](https://github.com/lobehub/lobe-chat/compare/v1.22.8...v1.22.9)
6
+
7
+ <sup>Released on **2024-10-18**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Update Fireworks AI model list.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Update Fireworks AI model list, closes [#4394](https://github.com/lobehub/lobe-chat/issues/4394) ([fe8ffdd](https://github.com/lobehub/lobe-chat/commit/fe8ffdd))
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.22.8](https://github.com/lobehub/lobe-chat/compare/v1.22.7...v1.22.8)
6
31
 
7
32
  <sup>Released on **2024-10-17**</sup>
package/README.zh-CN.md CHANGED
@@ -153,6 +153,7 @@ LobeChat 支持文件上传与知识库功能,你可以上传文件、图片
153
153
  - **Minimax**: 接入了 Minimax 的 AI 模型,包括 MoE 模型 **abab6**,提供了更多的选择空间。[了解更多](https://www.minimaxi.com/)
154
154
  - **DeepSeek**: 接入了 DeepSeek 的 AI 模型,包括最新的 **DeepSeek-V2**,提供兼顾性能与价格的模型。[了解更多](https://www.deepseek.com/)
155
155
  - **Qwen**: 接入了 Qwen 的 AI 模型,包括最新的 **qwen-turbo**,**qwen-plus** 和 **qwen-max** 等模型。[了解更多](https://help.aliyun.com/zh/dashscope/developer-reference/model-introduction)
156
+ - **Novita AI**: 性价比最高的开源模型供应商,支持 **Llama**,**Mistral** 系列等最前沿的开源模型。在情感陪伴等场景表现优异,无任何内容限制或审查。 [了解更多](https://novita.ai/model-api/product/llm-api?utm_source=lobechat&utm_medium=ch&utm_campaign=api)
156
157
 
157
158
  同时,我们也在计划支持更多的模型服务商,如 Replicate 和 Perplexity 等,以进一步丰富我们的服务商库。如果你希望让 LobeChat 支持你喜爱的服务商,欢迎加入我们的[社区讨论](https://github.com/lobehub/lobe-chat/discussions/1284)。
158
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "1.22.8",
3
+ "version": "1.22.9",
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",
@@ -30,6 +30,40 @@ const FireworksAI: ModelProviderCard = {
30
30
  tokens: 4096,
31
31
  vision: true,
32
32
  },
33
+ {
34
+ description:
35
+ 'Llama 3.2 1B 指令模型是Meta推出的一款轻量级多语言模型。该模型旨在提高效率,与更大型的模型相比,在延迟和成本方面提供了显著的改进。该模型的示例用例包括检索和摘要。',
36
+ displayName: 'Llama 3.2 1B Instruct',
37
+ enabled: true,
38
+ id: 'accounts/fireworks/models/llama-v3p2-1b-instruct',
39
+ tokens: 131_072,
40
+ },
41
+ {
42
+ description:
43
+ 'Llama 3.2 3B 指令模型是Meta推出的一款轻量级多语言模型。该模型旨在提高效率,与更大型的模型相比,在延迟和成本方面提供了显著的改进。该模型的示例用例包括查询和提示重写以及写作辅助。',
44
+ displayName: 'Llama 3.2 3B Instruct',
45
+ enabled: true,
46
+ id: 'accounts/fireworks/models/llama-v3p2-3b-instruct',
47
+ tokens: 131_072,
48
+ },
49
+ {
50
+ description:
51
+ 'Meta的11B参数指令调整图像推理模型。该模型针对视觉识别、图像推理、图像描述和回答关于图像的一般性问题进行了优化。该模型能够理解视觉数据,如图表和图形,并通过生成文本描述图像细节来弥合视觉与语言之间的差距。',
52
+ displayName: 'Llama 3.2 11B Vision Instruct',
53
+ enabled: true,
54
+ id: 'accounts/fireworks/models/llama-v3p2-11b-vision-instruct',
55
+ tokens: 131_072,
56
+ vision: true,
57
+ },
58
+ {
59
+ description:
60
+ 'Meta的90B参数指令调整图像推理模型。该模型针对视觉识别、图像推理、图像描述和回答关于图像的一般性问题进行了优化。该模型能够理解视觉数据,如图表和图形,并通过生成文本描述图像细节来弥合视觉与语言之间的差距。',
61
+ displayName: 'Llama 3.2 90B Vision Instruct',
62
+ enabled: true,
63
+ id: 'accounts/fireworks/models/llama-v3p2-90b-vision-instruct',
64
+ tokens: 131_072,
65
+ vision: true,
66
+ },
33
67
  {
34
68
  description:
35
69
  'Llama 3.1 8B 指令模型,专为多语言对话优化,能够在常见行业基准上超越多数开源及闭源模型。',
@@ -87,15 +121,6 @@ const FireworksAI: ModelProviderCard = {
87
121
  id: 'accounts/fireworks/models/llama-v3-70b-instruct-hf',
88
122
  tokens: 8192,
89
123
  },
90
- {
91
- description:
92
- 'Gemma 2 9B 指令模型,基于之前的Google技术,适合回答问题、总结和推理等多种文本生成任务。',
93
- displayName: 'Gemma 2 9B Instruct',
94
- enabled: true,
95
- functionCall: false,
96
- id: 'accounts/fireworks/models/gemma2-9b-it',
97
- tokens: 8192,
98
- },
99
124
  {
100
125
  description: 'Mixtral MoE 8x7B 指令模型,多专家架构提供高效的指令跟随及执行。',
101
126
  displayName: 'Mixtral MoE 8x7B Instruct',
@@ -123,14 +148,22 @@ const FireworksAI: ModelProviderCard = {
123
148
  },
124
149
  {
125
150
  description:
126
- 'Phi 3 Vision 指令模型,轻量级多模态模型,能够处理复杂的视觉和文本信息,具备较强的推理能力。',
127
- displayName: 'Phi 3 Vision Instruct',
151
+ 'Phi-3-Vision-128K-Instruct 是一个轻量级的、最先进的开放多模态模型,它基于包括合成数据和经过筛选的公开网站在内的数据集构建,专注于非常高质量、推理密集型的数据,这些数据既包括文本也包括视觉。该模型属于 Phi-3 模型系列,其多模态版本支持 128K 的上下文长度(以标记为单位)。该模型经过严格的增强过程,结合了监督微调和直接偏好优化,以确保精确遵循指令和强大的安全措施。',
152
+ displayName: 'Phi 3.5 Vision Instruct',
128
153
  enabled: true,
129
154
  functionCall: false,
130
155
  id: 'accounts/fireworks/models/phi-3-vision-128k-instruct',
131
- tokens: 8192,
156
+ tokens: 32_064,
132
157
  vision: true,
133
158
  },
159
+ {
160
+ description: 'Qwen2.5 是由阿里云 Qwen 团队开发的一系列仅包含解码器的语言模型。这些模型提供不同的大小,包括 0.5B、1.5B、3B、7B、14B、32B 和 72B,并且有基础版(base)和指令版(instruct)两种变体。',
161
+ displayName: 'Qwen2.5 72B Instruct',
162
+ enabled: true,
163
+ functionCall: false,
164
+ id: 'accounts/fireworks/models/qwen2p5-72b-instruct',
165
+ tokens: 32_768,
166
+ },
134
167
  {
135
168
  description: 'Yi-Large 模型,具备卓越的多语言处理能力,可用于各类语言生成和理解任务。',
136
169
  displayName: 'Yi-Large',