# 黑手党提案后端 v2.1 — BYOK 模式 # 合伙人通过 Header 传入百炼 Key,服务器仅提供算法编排 # VOC 公网 API(跨云只读访问) VOC_API_BASE=https://brand.brainwork.club/voc/api/research # Fallback DashScope Key(平台方自测用) # 合伙人通过 X-DashScope-Key Header 传入自己的 Key # 百炼 Key 一个通吃:LLM 推理 + Embedding 向量化 DASHSCOPE_API_KEY=sk-xxx # 模型 MODEL_ID=qwen-plus TEMPERATURE=0.1 # 端口 PORT=8093