From 20039d775e89d4902a4290f79c3ed42fdd83a91d Mon Sep 17 00:00:00 2001 From: Khalid Adil Date: Fri, 24 Apr 2026 16:15:07 -0500 Subject: [PATCH] Remove deekseek v4 since it's not a vision model --- src/models.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/models.js b/src/models.js index 1bfd158..7fc6351 100644 --- a/src/models.js +++ b/src/models.js @@ -84,14 +84,7 @@ export const MODELS = [ provider: 'ollama', creator: 'Kimi / Ollama Cloud', vision: true, - }, - { - id: 'deepseek-v4-flash:cloud', - label: 'DeepSeek V4 Flash', - provider: 'ollama', - creator: 'DeepSeek / Ollama Cloud', - vision: true, - }, + } ]; export const DEFAULT_MODEL_ID = 'qwen3.5:397b-cloud';