skill folder update

This commit is contained in:
qixinbo
2026-03-18 16:34:40 +08:00
parent c75e8dfe84
commit 7e1a31624f
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
_research
.trae
+1 -1
View File
@@ -13,7 +13,7 @@ router = APIRouter()
BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
DATA_FILE = os.path.join(BASE_DIR, "data", "skills.json")
SKILL_HUB_DIR = os.path.join(BASE_DIR, "data", "skill-hub")
SKILL_HUB_DIR = os.path.join(BASE_DIR, "data", "workspace", "skills")
# Ensure skill-hub directory exists
os.makedirs(SKILL_HUB_DIR, exist_ok=True)
+10
View File
@@ -11,5 +11,15 @@
"model_type": "\u5927\u8bed\u8a00\u6a21\u578b",
"base_model": "glm-4-7-251222",
"protocol_type": "OpenAI"
},
{
"id": "1773821572966",
"name": "gpt-5.4-nano",
"provider": "openai",
"model": "gpt-5.4-nano",
"api_key": "sk-zk2ca620045b2dd262d45594db34aa9fc7f688602b1f01ba",
"api_base": "https://api.zhizengzeng.com/v1",
"extra_headers": {},
"is_active": false
}
]