6 lines
259 B
Bash
6 lines
259 B
Bash
# 复制为 .env 并填入你的密钥(AI 识车需要)
|
||
# 通义千问 DashScope API Key:https://dashscope.console.aliyun.com/
|
||
DASHSCOPE_API_KEY=
|
||
# 可选:视觉模型,默认 qwen-vl-plus(也可用 qwen-vl-max)
|
||
# DASHSCOPE_VL_MODEL=qwen-vl-plus
|