14 lines
532 B
Bash
14 lines
532 B
Bash
DEEPSEEK_API_KEY=sk-xxxx
|
|
# 以后若接入其他厂商,按 models.yaml 中的 api_key_env 增加对应变量,例如:
|
|
# OPENAI_API_KEY=sk-xxxx
|
|
|
|
# 阿里云百炼(万相图生图 wanx2.1-imageedit),华北2(北京)地域的 API Key
|
|
DASHSCOPE_API_KEY=sk-xxxx
|
|
# 仅业务空间调用时填写:https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/api/v1
|
|
# DASHSCOPE_BASE_HTTP_API_URL=
|
|
|
|
HOST=127.0.0.1
|
|
PORT=8800
|
|
# Comma-separated origins when frontend runs on another port. Same-origin mount can leave empty.
|
|
CORS_ORIGINS=
|