hfbase / .env.example
OpenCode Deployer
feat: 初始化 HuggingFace Space Docker + FastAPI 项目
ec2e14a
raw
history blame contribute delete
127 Bytes
# HuggingFace 配置
HF_ENDPOINT=https://hf-mirror.com
HF_TOKEN=your_token_here
# 应用配置
APP_HOST=0.0.0.0
APP_PORT=7860