12 lines
399 B
Bash
12 lines
399 B
Bash
# 本文件是部署配置示例;真实配置写入 .env.deploy,且不要提交到 git。
|
|
|
|
export OPENAI_API_KEY=""
|
|
export OPENAI_BASE_URL="http://model.mify.ai.srv/v1"
|
|
export OPENAI_MODEL="xiaomi/mimo-v2-flash"
|
|
|
|
export CLAW_BACKEND_HOST="127.0.0.1"
|
|
export CLAW_BACKEND_PORT="8765"
|
|
export CLAW_FRONTEND_HOST="0.0.0.0"
|
|
export CLAW_FRONTEND_PORT="3000"
|
|
export CLAW_API_URL="http://127.0.0.1:8765"
|