From 868f5560f848434cc46b263e14d322f9853fb67a Mon Sep 17 00:00:00 2001 From: PaperPlaneDeemo <26437093+PaperPlaneDeemo@users.noreply.github.com> Date: Sat, 28 Dec 2024 11:39:30 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=92=84=20style:=20Update=20deepseek?= =?UTF-8?q?=20V3=20model=20(#5199)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update deepseek.ts Update Deepseek V3 and description from deepseek official WeChat Pricing has not been updated yet; it needs to be updated in 45 days * Update deepseek.ts Update deepseek price --- src/config/modelProviders/deepseek.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/config/modelProviders/deepseek.ts b/src/config/modelProviders/deepseek.ts index 12d190385bfb..b752e1625193 100644 --- a/src/config/modelProviders/deepseek.ts +++ b/src/config/modelProviders/deepseek.ts @@ -6,23 +6,23 @@ const DeepSeek: ModelProviderCard = { { contextWindowTokens: 65_536, description: - '融合通用与代码能力的全新开源模型, 不仅保留了原有 Chat 模型的通用对话能力和 Coder 模型的强大代码处理能力,还更好地对齐了人类偏好。此外,DeepSeek-V2.5 在写作任务、指令跟随等多个方面也实现了大幅提升。', - displayName: 'DeepSeek V2.5', + '最新模型 DeepSeek-V3 多项评测成绩超越 Qwen2.5-72B 和 Llama-3.1-405B 等开源模型,性能对齐领军闭源模型 GPT-4o 与 Claude-3.5-Sonnet。', + displayName: 'DeepSeek V3', enabled: true, functionCall: true, id: 'deepseek-chat', pricing: { - cachedInput: 0.1, + cachedInput: 0.5, currency: 'CNY', - input: 1, - output: 2, + input: 2, + output: 8, }, - releasedAt: '2024-09-05', + releasedAt: '2024-12-26', }, ], checkModel: 'deepseek-chat', description: - 'DeepSeek 是一家专注于人工智能技术研究和应用的公司,其最新模型 DeepSeek-V2.5 融合了通用对话和代码处理能力,并在人类偏好对齐、写作任务和指令跟随等方面实现了显著提升。', + 'DeepSeek 是一家专注于人工智能技术研究和应用的公司,其最新模型 DeepSeek-V3 多项评测成绩超越 Qwen2.5-72B 和 Llama-3.1-405B 等开源模型,性能对齐领军闭源模型 GPT-4o 与 Claude-3.5-Sonnet。', id: 'deepseek', modelList: { showModelFetcher: true }, modelsUrl: 'https://platform.deepseek.com/api-docs/zh-cn/quick_start/pricing', From 55be82960c6dd10ec3ab2a02ef0de49e9d5e1087 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Dec 2024 03:47:50 +0000 Subject: [PATCH 2/3] :bookmark: chore(release): v1.40.4 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [Version 1.40.4](https://github.com/lobehub/lobe-chat/compare/v1.40.3...v1.40.4) Released on **2024-12-28** #### 💄 Styles - **misc**: Update deepseek V3 model.
Improvements and Fixes #### Styles * **misc**: Update deepseek V3 model, closes [#5199](https://github.com/lobehub/lobe-chat/issues/5199) ([868f556](https://github.com/lobehub/lobe-chat/commit/868f556))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00716b124fd7..f0f1da986a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [Version 1.40.4](https://github.com/lobehub/lobe-chat/compare/v1.40.3...v1.40.4) + +Released on **2024-12-28** + +#### 💄 Styles + +- **misc**: Update deepseek V3 model. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Update deepseek V3 model, closes [#5199](https://github.com/lobehub/lobe-chat/issues/5199) ([868f556](https://github.com/lobehub/lobe-chat/commit/868f556)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.40.3](https://github.com/lobehub/lobe-chat/compare/v1.40.2...v1.40.3) Released on **2024-12-26** diff --git a/package.json b/package.json index 417f90a9ae45..c5f4770925d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat", - "version": "1.40.3", + "version": "1.40.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.", "keywords": [ "framework", From 5b0bd683f1eac756b836ee4f4911d23a6ecb9242 Mon Sep 17 00:00:00 2001 From: lobehubbot Date: Sat, 28 Dec 2024 03:48:53 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9D=20docs(bot):=20Auto=20sync=20a?= =?UTF-8?q?gents=20&=20plugin=20to=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/v1.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog/v1.json b/changelog/v1.json index 5fad5db24dc9..1abccca2babd 100644 --- a/changelog/v1.json +++ b/changelog/v1.json @@ -1,4 +1,11 @@ [ + { + "children": { + "improvements": ["Update deepseek V3 model."] + }, + "date": "2024-12-28", + "version": "1.40.4" + }, { "children": { "fixes": ["Fix fetch error in changelog modal."]