From ece60ee152327f67f1008d45b0402dbefa5a2b91 Mon Sep 17 00:00:00 2001 From: LovelyGuYiMeng <76251800+LovelyGuYiMeng@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:40:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20Delete=20duplicate=20mo?= =?UTF-8?q?dels=20in=20ollama=20(#3989)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/modelProviders/ollama.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/config/modelProviders/ollama.ts b/src/config/modelProviders/ollama.ts index 99eaafae1d45..b902948034e2 100644 --- a/src/config/modelProviders/ollama.ts +++ b/src/config/modelProviders/ollama.ts @@ -274,14 +274,6 @@ const Ollama: ModelProviderCard = { tokens: 4096, vision: true, }, - { - description: 'MiniCPM-V 是 OpenBMB 推出的新一代多模态大模型,具备卓越的 OCR 识别和多模态理解能力,支持广泛的应用场景。', - displayName: 'MiniCPM-V 8B', - enabled: true, - id: 'minicpm-v:8b', - tokens: 128_000, - vision:true, - }, { description: 'MiniCPM-V 是 OpenBMB 推出的新一代多模态大模型,具备卓越的 OCR 识别和多模态理解能力,支持广泛的应用场景。', displayName: 'MiniCPM-V 8B',