From 8a94cfc7789487f117a6fb5ff5913ba8a9258595 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Tue, 17 Mar 2026 15:00:51 +0800
Subject: [PATCH] ‌[HUMAN] 移除记忆和工具箱中多余的内容

---
 agents/main/agent/models.json |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/agents/main/agent/models.json b/agents/main/agent/models.json
index 7a0ce10..d32c281 100644
--- a/agents/main/agent/models.json
+++ b/agents/main/agent/models.json
@@ -2,7 +2,7 @@
   "providers": {
     "custom-api-siliconflow-cn": {
       "baseUrl": "https://api.siliconflow.cn",
-      "apiKey": "SILICONFLOW_CN_API_KEY",
+      "apiKey": "${SILICONFLOW_API_KEY}",
       "api": "openai-completions",
       "models": [
         {
@@ -19,8 +19,7 @@
             "cacheWrite": 0
           },
           "contextWindow": 200000,
-          "maxTokens": 128000,
-          "api": "openai-completions"
+          "maxTokens": 128000
         },
         {
           "id": "Pro/moonshotai/Kimi-K2.5",
@@ -37,8 +36,7 @@
             "cacheWrite": 0
           },
           "contextWindow": 256000,
-          "maxTokens": 65536,
-          "api": "openai-completions"
+          "maxTokens": 65536
         }
       ]
     }

--
Gitblit v1.9.1