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"] } },