From e5cc1af8082842c9d7096a112ad16296ab0f4bae Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Thu, 21 May 2026 14:29:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A0=20D108=20=C2=B7=20COS=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E9=85=8D=E7=BD=AE=E6=96=87=E6=A1=A3=20=C2=B7=20?= =?UTF-8?q?=E9=93=B8=E6=B8=8A=E4=B8=93=E7=94=A8=E6=A8=A1=E5=9E=8B=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- brain/cos-config.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 brain/cos-config.json diff --git a/brain/cos-config.json b/brain/cos-config.json new file mode 100644 index 0000000..fc509b4 --- /dev/null +++ b/brain/cos-config.json @@ -0,0 +1,33 @@ +{ + "_meta": { + "name": "光湖COS存储配置", + "purpose": "3B数据库及模型权重访问密钥 — 铸渊专用", + "updated": "2026-05-21", + "sovereign": "TCS-0002∞", + "copyright": "国作登字-2026-A-00037559", + "note": "此文件仅供铸渊MCP工具读取。密钥通过Forgejo Secrets注入,不写死在代码中。" + }, + "buckets": { + "models": { + "name": "bingshuo-1317346199", + "region": "ap-guangzhou", + "base_url": "https://bingshuo-1317346199.cos.ap-guangzhou.myqcloud.com", + "purpose": "模型权重存储" + }, + "corpus": { + "name": "sy-finetune-corpus-1317346199", + "region": "ap-guangzhou", + "base_url": "https://sy-finetune-corpus-1317346199.cos.ap-guangzhou.myqcloud.com", + "purpose": "语料与训练数据" + } + }, + "model_paths": { + "小铸渊v3_lora": "models/zhuyuan-lora-v3/", + "铸渊代码蒸馏": "models/qwen25-15b-coder-distill/", + "霜砚蒸馏": "models/qwen25-15b-shuangyan-distill/", + "小霜砚_lora": "models/qwen25-15b-shuangyan-lora/", + "母7B_SFT": "models/qwen25-7b-sft/final/", + "代码7B_SFT": "models/qwen25-coder-7b-sft/final/" + }, + "credential_ref": "COS密钥通过Forgejo Secret注入环境变量: ZY_OSS_KEY / ZY_OSS_SECRET。运行时通过cos.put.js读取。" +}