From 3a52ce6ac41a71d285d5a30e7408cb14e6747156 Mon Sep 17 00:00:00 2001 From: Kingsword Date: Sat, 29 Aug 2026 10:37:32 +0800 Subject: [PATCH] fix(config): clean up glm-5.3-flash capability declarations --- config.example.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config.example.json b/config.example.json index 58b2550..89ce546 100644 --- a/config.example.json +++ b/config.example.json @@ -14,15 +14,12 @@ }, "glm-5.3-flash": { "name": "GLM-5.3-Flash", - "attachment": true, - "supportsImages": true, - "supportsPdf": true, - "supportsVideo": true, "limit": { - "context": 1000000 + "context": 1000000, + "output": 128000 }, "modalities": { - "input": ["text", "image", "video", "pdf"], + "input": ["text", "image", "video"], "output": ["text"] } },