From 17b1bda0df43479cf1f9b3fad553287e520f0790 Mon Sep 17 00:00:00 2001 From: Xiangfang Chen <565499699@qq.com> Date: Fri, 21 Mar 2025 18:01:20 +0800 Subject: [PATCH] add GLM-4V-Flash Models. --- src/renderer/src/config/models.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/renderer/src/config/models.ts b/src/renderer/src/config/models.ts index 254ab41ba0..6ef1bac848 100644 --- a/src/renderer/src/config/models.ts +++ b/src/renderer/src/config/models.ts @@ -1102,6 +1102,12 @@ export const SYSTEM_MODELS: Record = { name: 'GLM 4V', group: 'GLM-4v' }, + { + id: 'glm-4v-flash', + provider: 'zhipu', + name: 'GLM-4V-Flash', + group: 'GLM-4v' + }, { id: 'glm-4v-plus', provider: 'zhipu',