| 1234567891011121314 |
- # 复制为 .env 并填入真实值。.env 已在 .gitignore 中,不会被提交。
- # 阿里百炼 (DashScope) OpenAI 兼容
- LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
- # 备用(专用实例): https://llm-vtgvcndnvnmnbuix.cn-beijing.maas.aliyuncs.com/compatible-mode/v1
- LLM_API_KEY=your-dashscope-key
- LLM_MODEL=glm-5
- # Doris 只读账号
- DB_HOST=192.168.4.25
- DB_PORT=9030
- DB_USER=readonly_yfkj
- DB_PASSWORD=your-readonly-password
- DB_NAME=ods
|