diff --git a/CHANGELOG.md b/CHANGELOG.md index dab07242fec6..9760519f8c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [Version 1.19.8](https://github.com/lobehub/lobe-chat/compare/v1.19.7...v1.19.8) + +Released on **2024-09-19** + +#### 💄 Styles + +- **misc**: Delete siliconflow outdated model & disable stepfun functioncall. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Delete siliconflow outdated model & disable stepfun functioncall, closes [#4033](https://github.com/lobehub/lobe-chat/issues/4033) ([08c53eb](https://github.com/lobehub/lobe-chat/commit/08c53eb)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.19.7](https://github.com/lobehub/lobe-chat/compare/v1.19.6...v1.19.7) Released on **2024-09-19** diff --git a/package.json b/package.json index 2fa1f458949b..63c5568b6a16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat", - "version": "1.19.7", + "version": "1.19.8", "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", diff --git a/src/config/modelProviders/qwen.ts b/src/config/modelProviders/qwen.ts index 4888640db433..4efc78afbdcb 100644 --- a/src/config/modelProviders/qwen.ts +++ b/src/config/modelProviders/qwen.ts @@ -43,41 +43,6 @@ const Qwen: ModelProviderCard = { }, tokens: 32_768, }, - { - description: - '通义千问数学模型是专门用于数学解题的语言模型。', - displayName: 'Qwen Math Turbo', - id: 'qwen-math-turbo-latest', - pricing: { - currency: 'CNY', - input: 2, - output: 6, - }, - tokens: 4096, - }, - { - description: - '通义千问数学模型是专门用于数学解题的语言模型。', - displayName: 'Qwen Math Plus', - id: 'qwen-math-plus-latest', - pricing: { - currency: 'CNY', - input: 4, - output: 12, - }, - tokens: 4096, - }, - { - description: '通义千问代码模型。', - displayName: 'Qwen Coder Turbo', - id: 'qwen-coder-turbo-latest', - pricing: { - currency: 'CNY', - input: 2, - output: 6, - }, - tokens: 131_072, - }, { description: '通义千问超大规模语言模型,支持长文本上下文,以及基于长文档、多文档等多个场景的对话功能。', @@ -118,6 +83,41 @@ const Qwen: ModelProviderCard = { tokens: 32_000, vision: true, }, + { + description: + '通义千问数学模型是专门用于数学解题的语言模型。', + displayName: 'Qwen Math Turbo', + id: 'qwen-math-turbo-latest', + pricing: { + currency: 'CNY', + input: 2, + output: 6, + }, + tokens: 4096, + }, + { + description: + '通义千问数学模型是专门用于数学解题的语言模型。', + displayName: 'Qwen Math Plus', + id: 'qwen-math-plus-latest', + pricing: { + currency: 'CNY', + input: 4, + output: 12, + }, + tokens: 4096, + }, + { + description: '通义千问代码模型。', + displayName: 'Qwen Coder Turbo', + id: 'qwen-coder-turbo-latest', + pricing: { + currency: 'CNY', + input: 2, + output: 6, + }, + tokens: 131_072, + }, { description: '通义千问2.5对外开源的7B规模的模型。', displayName: 'Qwen2.5 7B', diff --git a/src/config/modelProviders/siliconcloud.ts b/src/config/modelProviders/siliconcloud.ts index 8b6981524c6c..7f758c645caf 100644 --- a/src/config/modelProviders/siliconcloud.ts +++ b/src/config/modelProviders/siliconcloud.ts @@ -15,39 +15,6 @@ const SiliconCloud: ModelProviderCard = { }, tokens: 32_768, }, - { - description: 'DeepSeek V2 具备67亿参数,支持英中文本处理。', - displayName: 'DeepSeek V2 Chat', - id: 'deepseek-ai/DeepSeek-V2-Chat', - pricing: { - currency: 'CNY', - input: 1.33, - output: 1.33, - }, - tokens: 32_768, - }, - { - description: 'DeepSeek Coder V2 为代码任务设计, 专注于高效的代码生成。', - displayName: 'DeepSeek V2 Coder', - id: 'deepseek-ai/DeepSeek-Coder-V2-Instruct', - pricing: { - currency: 'CNY', - input: 1.33, - output: 1.33, - }, - tokens: 32_768, - }, - { - description: 'DeepSeek 67B 是为高复杂性对话训练的先进模型。', - displayName: 'DeepSeek LLM 67B', - id: 'deepseek-ai/deepseek-llm-67b-chat', - pricing: { - currency: 'CNY', - input: 1, - output: 1, - }, - tokens: 32_768, - }, { description: 'Qwen2.5 是全新的大型语言模型系列,旨在优化指令式任务的处理。', displayName: 'Qwen2.5 7B', diff --git a/src/config/modelProviders/stepfun.ts b/src/config/modelProviders/stepfun.ts index 1e4a022484cb..b37da210f792 100644 --- a/src/config/modelProviders/stepfun.ts +++ b/src/config/modelProviders/stepfun.ts @@ -8,14 +8,12 @@ const Stepfun: ModelProviderCard = { description: '支持大规模上下文交互,适合复杂对话场景。', displayName: 'Step 2 16K', enabled: true, - functionCall: true, id: 'step-2-16k', tokens: 16_000, }, { description: '具备超长上下文处理能力,尤其适合长文档分析。', displayName: 'Step 1 256K', - functionCall: true, id: 'step-1-256k', tokens: 256_000, }, @@ -23,7 +21,6 @@ const Stepfun: ModelProviderCard = { description: '平衡性能与成本,适合一般场景。', displayName: 'Step 1 128K', enabled: true, - functionCall: true, id: 'step-1-128k', tokens: 128_000, }, @@ -31,7 +28,6 @@ const Stepfun: ModelProviderCard = { description: '支持中等长度的对话,适用于多种应用场景。', displayName: 'Step 1 32K', enabled: true, - functionCall: true, id: 'step-1-32k', tokens: 32_000, }, @@ -39,7 +35,6 @@ const Stepfun: ModelProviderCard = { description: '小型模型,适合轻量级任务。', displayName: 'Step 1 8K', enabled: true, - functionCall: true, id: 'step-1-8k', tokens: 8000, }, @@ -47,7 +42,6 @@ const Stepfun: ModelProviderCard = { description: '高速模型,适合实时对话。', displayName: 'Step 1 Flash', enabled: true, - functionCall: true, id: 'step-1-flash', tokens: 8000, }, @@ -55,7 +49,6 @@ const Stepfun: ModelProviderCard = { description: '支持视觉输入,增强多模态交互体验。', displayName: 'Step 1V 32K', enabled: true, - functionCall: true, id: 'step-1v-32k', tokens: 32_000, vision: true, @@ -64,7 +57,6 @@ const Stepfun: ModelProviderCard = { description: '小型视觉模型,适合基本的图文任务。', displayName: 'Step 1V 8K', enabled: true, - functionCall: true, id: 'step-1v-8k', tokens: 8000, vision: true,