Add Ubuntu deployment workflow
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 本文件是部署配置示例;真实配置写入 .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"
|
||||
Reference in New Issue
Block a user