From 649f41718f5eb5cca5868067524ea7da8f775be3 Mon Sep 17 00:00:00 2001 From: Fdy <73393700+MrFadiAi@users.noreply.github.com> Date: Wed, 4 Mar 2026 00:02:35 +0100 Subject: [PATCH] Delete src-tauri/agents directory --- src-tauri/agents/TheCoder/models.json | 28 --------------- src-tauri/agents/coder/models.json | 46 ------------------------ src-tauri/agents/researchbot/models.json | 46 ------------------------ 3 files changed, 120 deletions(-) delete mode 100644 src-tauri/agents/TheCoder/models.json delete mode 100644 src-tauri/agents/coder/models.json delete mode 100644 src-tauri/agents/researchbot/models.json diff --git a/src-tauri/agents/TheCoder/models.json b/src-tauri/agents/TheCoder/models.json deleted file mode 100644 index 34937ed..0000000 --- a/src-tauri/agents/TheCoder/models.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "providers": { - "glm": { - "baseUrl": "https://open.bigmodel.cn/api/paas/v4", - "apiKey": "3e911333b0dc462dba0b4ce886303cce.4WF3QN7zfirCWXxS", - "models": [ - { - "id": "glm-5", - "name": "glm-5", - "api": "openai-completions", - "reasoning": false, - "input": [ - "text", - "image" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 200000, - "maxTokens": 8192 - } - ] - } - } -} diff --git a/src-tauri/agents/coder/models.json b/src-tauri/agents/coder/models.json deleted file mode 100644 index 2a96668..0000000 --- a/src-tauri/agents/coder/models.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "providers": { - "glm": { - "baseUrl": "https://open.bigmodel.cn/api/paas/v4", - "apiKey": "3e911333b0dc462dba0b4ce886303cce.4WF3QN7zfirCWXxS", - "models": [ - { - "id": "glm-5", - "name": "GLM-5", - "api": "openai-completions", - "reasoning": false, - "input": [ - "text", - "image" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 200000, - "maxTokens": 8192 - }, - { - "id": "glm-5", - "name": "glm-5", - "api": "openai-completions", - "reasoning": false, - "input": [ - "text", - "image" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 200000, - "maxTokens": 8192 - } - ] - } - } -} \ No newline at end of file diff --git a/src-tauri/agents/researchbot/models.json b/src-tauri/agents/researchbot/models.json deleted file mode 100644 index 2a96668..0000000 --- a/src-tauri/agents/researchbot/models.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "providers": { - "glm": { - "baseUrl": "https://open.bigmodel.cn/api/paas/v4", - "apiKey": "3e911333b0dc462dba0b4ce886303cce.4WF3QN7zfirCWXxS", - "models": [ - { - "id": "glm-5", - "name": "GLM-5", - "api": "openai-completions", - "reasoning": false, - "input": [ - "text", - "image" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 200000, - "maxTokens": 8192 - }, - { - "id": "glm-5", - "name": "glm-5", - "api": "openai-completions", - "reasoning": false, - "input": [ - "text", - "image" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 200000, - "maxTokens": 8192 - } - ] - } - } -} \ No newline at end of file