From c9d640770a8061751616dc6ebf523b5feb18a5d1 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 254ab41b..6ef1bac8 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',