Skip to content

Commit

Permalink
Merge branch 'main' of https:/lobehub/lobe-chat
Browse files Browse the repository at this point in the history
* 'main' of https:/lobehub/lobe-chat:
  🔖 chore(release): v1.22.7 [skip ci]
  💄 style: add qwen vision model & update qwen2.5 72b to 128k for siliconcloud (lobehub#4380)
  • Loading branch information
cookieY committed Oct 17, 2024
2 parents ffe6993 + 2b7bc50 commit 922127a
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 22 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.7](https:/lobehub/lobe-chat/compare/v1.22.6...v1.22.7)

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

#### 💄 Styles

- **misc**: Add qwen vision model & update qwen2.5 72b to 128k for siliconcloud.

<br/>

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

#### Styles

- **misc**: Add qwen vision model & update qwen2.5 72b to 128k for siliconcloud, closes [#4380](https:/lobehub/lobe-chat/issues/4380) ([e8c009b](https:/lobehub/lobe-chat/commit/e8c009b))

</details>

<div align="right">

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

</div>

### [Version 1.22.6](https:/lobehub/lobe-chat/compare/v1.22.5...v1.22.6)

<sup>Released on **2024-10-13**</sup>
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.6",
"version": "1.22.7",
"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
20 changes: 0 additions & 20 deletions src/config/modelProviders/huggingface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,6 @@ const HuggingFace: ModelProviderCard = {
id: 'mistralai/Mistral-7B-Instruct-v0.2',
tokens: 8192,
},
{
description: '高质量多语言聊天模型,具有较大上下文长度',
displayName: 'Llama 3.1 8B Instruct',
enabled: true,
id: 'meta-llama/Meta-Llama-3.1-8B-Instruct',
tokens: 8192,
},
{
description: '高质量多语言聊天模型,具有大型上下文长度',
displayName: 'Llama 3.1 70B Instruct',
enabled: true,
id: 'meta-llama/Meta-Llama-3.1-70B-Instruct',
tokens: 32_768,
},
{
description: '最佳对话模型之一',
displayName: 'Llama 2 7B Chat',
id: 'meta-llama/Llama-2-7b-chat-hf',
tokens: 4096,
},
{
description: 'Google的轻量级指令调优模型',
displayName: 'Gemma 2 2B Instruct',
Expand Down
64 changes: 63 additions & 1 deletion src/config/modelProviders/siliconcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,39 @@ const SiliconCloud: ModelProviderCard = {
displayName: 'Qwen2.5 72B',
enabled: true,
functionCall: true,
id: 'Qwen/Qwen2.5-72B-Instruct',
id: 'Qwen/Qwen2.5-72B-Instruct-128K',
pricing: {
currency: 'CNY',
input: 4.13,
output: 4.13,
},
tokens: 131_072,
},
{
description: 'Qwen2-VL 是 Qwen-VL 模型的最新迭代版本,在视觉理解基准测试中达到了最先进的性能。',
displayName: 'Qwen2 VL 7B',
enabled: true,
id: 'Pro/Qwen/Qwen2-VL-7B-Instruct',
pricing: {
currency: 'CNY',
input: 0.35,
output: 0.35,
},
tokens: 32_768,
vision: true,
},
{
description: 'Qwen2-VL 是 Qwen-VL 模型的最新迭代版本,在视觉理解基准测试中达到了最先进的性能。',
displayName: 'Qwen2 VL 72B',
enabled: true,
id: 'Qwen/Qwen2-VL-72B-Instruct',
pricing: {
currency: 'CNY',
input: 4.13,
output: 4.13,
},
tokens: 32_768,
vision: true,
},
{
description: 'Qwen2.5-Math 专注于数学领域的问题求解,为高难度题提供专业解答。',
Expand Down Expand Up @@ -114,6 +140,42 @@ const SiliconCloud: ModelProviderCard = {
},
tokens: 32_768,
},
{
description: 'InternVL2在各种视觉语言任务上展现出了卓越的性能,包括文档和图表理解、场景文本理解、OCR、科学和数学问题解决等。',
displayName: 'InternVL2 8B',
id: 'Pro/OpenGVLab/InternVL2-8B',
pricing: {
currency: 'CNY',
input: 0.35,
output: 0.35,
},
tokens: 32_768,
vision: true,
},
{
description: 'InternVL2在各种视觉语言任务上展现出了卓越的性能,包括文档和图表理解、场景文本理解、OCR、科学和数学问题解决等。',
displayName: 'InternVL2 26B',
id: 'OpenGVLab/InternVL2-26B',
pricing: {
currency: 'CNY',
input: 1,
output: 1,
},
tokens: 32_768,
vision: true,
},
{
description: 'InternVL2在各种视觉语言任务上展现出了卓越的性能,包括文档和图表理解、场景文本理解、OCR、科学和数学问题解决等。',
displayName: 'InternVL2 Llama3 76B',
id: 'OpenGVLab/InternVL2-Llama3-76B',
pricing: {
currency: 'CNY',
input: 4.13,
output: 4.13,
},
tokens: 8192,
vision: true,
},
{
description: 'GLM-4 9B 开放源码版本,为会话应用提供优化后的对话体验。',
displayName: 'GLM-4 9B',
Expand Down

0 comments on commit 922127a

Please sign in to comment.