From 32737f2bab875c55b8ad4cbbf477d907674bc0d4 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Tue, 17 Mar 2026 14:50:46 +0800
Subject: [PATCH] 修复:补回MEMORY.md被删除内容,限制技能只修改指定区块

---
 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