From 2e8899dfef95c1a6e52fd17046bd9331d5c17792 Mon Sep 17 00:00:00 2001 From: jialin Date: Tue, 22 Apr 2025 19:56:41 +0800 Subject: [PATCH] chore: remove qwq in ollama options --- src/pages/llmodels/config/index.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/pages/llmodels/config/index.ts b/src/pages/llmodels/config/index.ts index 1ffbce74..aba07550 100644 --- a/src/pages/llmodels/config/index.ts +++ b/src/pages/llmodels/config/index.ts @@ -3,13 +3,6 @@ import { EditOutlined } from '@ant-design/icons'; import _ from 'lodash'; export const ollamaModelOptions = [ - { - label: 'qwq', - value: 'qwq', - name: 'qwq', - id: 'qwq', - tags: [] - }, { label: 'qwen2.5-coder', value: 'qwen2.5-coder',