Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 18, 2024
2 parents 7094b37 + 92bf98a commit 499fc4c
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 13 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

# Changelog

### [Version 1.22.9](https://github.com/lobehub/lobe-chat/compare/v1.22.8...v1.22.9)

<sup>Released on **2024-10-18**</sup>

#### 💄 Styles

- **misc**: Update Fireworks AI model list.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

- **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))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 1.22.8](https://github.com/lobehub/lobe-chat/compare/v1.22.7...v1.22.8)

<sup>Released on **2024-10-17**</sup>
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ LobeChat 支持文件上传与知识库功能,你可以上传文件、图片
- **Minimax**: 接入了 Minimax 的 AI 模型,包括 MoE 模型 **abab6**,提供了更多的选择空间。[了解更多](https://www.minimaxi.com/)
- **DeepSeek**: 接入了 DeepSeek 的 AI 模型,包括最新的 **DeepSeek-V2**,提供兼顾性能与价格的模型。[了解更多](https://www.deepseek.com/)
- **Qwen**: 接入了 Qwen 的 AI 模型,包括最新的 **qwen-turbo****qwen-plus****qwen-max** 等模型。[了解更多](https://help.aliyun.com/zh/dashscope/developer-reference/model-introduction)
- **Novita AI**: 性价比最高的开源模型供应商,支持 **Llama****Mistral** 系列等最前沿的开源模型。在情感陪伴等场景表现优异,无任何内容限制或审查。 [了解更多](https://novita.ai/model-api/product/llm-api?utm_source=lobechat&utm_medium=ch&utm_campaign=api)

同时,我们也在计划支持更多的模型服务商,如 Replicate 和 Perplexity 等,以进一步丰富我们的服务商库。如果你希望让 LobeChat 支持你喜爱的服务商,欢迎加入我们的[社区讨论](https://github.com/lobehub/lobe-chat/discussions/1284)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/chat",
"version": "1.22.8",
"version": "1.22.9",
"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.",
"keywords": [
"framework",
Expand Down
57 changes: 45 additions & 12 deletions src/config/modelProviders/fireworksai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,40 @@ const FireworksAI: ModelProviderCard = {
tokens: 4096,
vision: true,
},
{
description:
'Llama 3.2 1B 指令模型是Meta推出的一款轻量级多语言模型。该模型旨在提高效率,与更大型的模型相比,在延迟和成本方面提供了显著的改进。该模型的示例用例包括检索和摘要。',
displayName: 'Llama 3.2 1B Instruct',
enabled: true,
id: 'accounts/fireworks/models/llama-v3p2-1b-instruct',
tokens: 131_072,
},
{
description:
'Llama 3.2 3B 指令模型是Meta推出的一款轻量级多语言模型。该模型旨在提高效率,与更大型的模型相比,在延迟和成本方面提供了显著的改进。该模型的示例用例包括查询和提示重写以及写作辅助。',
displayName: 'Llama 3.2 3B Instruct',
enabled: true,
id: 'accounts/fireworks/models/llama-v3p2-3b-instruct',
tokens: 131_072,
},
{
description:
'Meta的11B参数指令调整图像推理模型。该模型针对视觉识别、图像推理、图像描述和回答关于图像的一般性问题进行了优化。该模型能够理解视觉数据,如图表和图形,并通过生成文本描述图像细节来弥合视觉与语言之间的差距。',
displayName: 'Llama 3.2 11B Vision Instruct',
enabled: true,
id: 'accounts/fireworks/models/llama-v3p2-11b-vision-instruct',
tokens: 131_072,
vision: true,
},
{
description:
'Meta的90B参数指令调整图像推理模型。该模型针对视觉识别、图像推理、图像描述和回答关于图像的一般性问题进行了优化。该模型能够理解视觉数据,如图表和图形,并通过生成文本描述图像细节来弥合视觉与语言之间的差距。',
displayName: 'Llama 3.2 90B Vision Instruct',
enabled: true,
id: 'accounts/fireworks/models/llama-v3p2-90b-vision-instruct',
tokens: 131_072,
vision: true,
},
{
description:
'Llama 3.1 8B 指令模型,专为多语言对话优化,能够在常见行业基准上超越多数开源及闭源模型。',
Expand Down Expand Up @@ -87,15 +121,6 @@ const FireworksAI: ModelProviderCard = {
id: 'accounts/fireworks/models/llama-v3-70b-instruct-hf',
tokens: 8192,
},
{
description:
'Gemma 2 9B 指令模型,基于之前的Google技术,适合回答问题、总结和推理等多种文本生成任务。',
displayName: 'Gemma 2 9B Instruct',
enabled: true,
functionCall: false,
id: 'accounts/fireworks/models/gemma2-9b-it',
tokens: 8192,
},
{
description: 'Mixtral MoE 8x7B 指令模型,多专家架构提供高效的指令跟随及执行。',
displayName: 'Mixtral MoE 8x7B Instruct',
Expand Down Expand Up @@ -123,14 +148,22 @@ const FireworksAI: ModelProviderCard = {
},
{
description:
'Phi 3 Vision 指令模型,轻量级多模态模型,能够处理复杂的视觉和文本信息,具备较强的推理能力。',
displayName: 'Phi 3 Vision Instruct',
'Phi-3-Vision-128K-Instruct 是一个轻量级的、最先进的开放多模态模型,它基于包括合成数据和经过筛选的公开网站在内的数据集构建,专注于非常高质量、推理密集型的数据,这些数据既包括文本也包括视觉。该模型属于 Phi-3 模型系列,其多模态版本支持 128K 的上下文长度(以标记为单位)。该模型经过严格的增强过程,结合了监督微调和直接偏好优化,以确保精确遵循指令和强大的安全措施。',
displayName: 'Phi 3.5 Vision Instruct',
enabled: true,
functionCall: false,
id: 'accounts/fireworks/models/phi-3-vision-128k-instruct',
tokens: 8192,
tokens: 32_064,
vision: true,
},
{
description: 'Qwen2.5 是由阿里云 Qwen 团队开发的一系列仅包含解码器的语言模型。这些模型提供不同的大小,包括 0.5B、1.5B、3B、7B、14B、32B 和 72B,并且有基础版(base)和指令版(instruct)两种变体。',
displayName: 'Qwen2.5 72B Instruct',
enabled: true,
functionCall: false,
id: 'accounts/fireworks/models/qwen2p5-72b-instruct',
tokens: 32_768,
},
{
description: 'Yi-Large 模型,具备卓越的多语言处理能力,可用于各类语言生成和理解任务。',
displayName: 'Yi-Large',
Expand Down

0 comments on commit 499fc4c

Please sign in to comment.