guanghulab/brain/cos-config.json

34 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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