🧠 D108 · COS存储配置文档 · 铸渊专用模型路径索引

This commit is contained in:
bingshuo 2026-05-21 14:29:22 +08:00
parent 525a002843
commit e5cc1af808

33
brain/cos-config.json Normal file
View File

@ -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读取。"
}