-
Notifications
You must be signed in to change notification settings - Fork 163
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 816 Bytes
/
.env.example
File metadata and controls
23 lines (19 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Optional SAM API keys (recommended for Docker users)
ROBOFLOW_API_KEY=
FAL_KEY=
ROBOFLOW_API_URL=https://serverless.roboflow.com/sam3/concept_segment
ROBOFLOW_API_FALLBACK_URLS=
# Required for RMBG-2.0 (gated HuggingFace model)
# 1) Request access at https://huggingface.co/briaai/RMBG-2.0
# 2) Create a Read token and set it below
HF_TOKEN=
# Optional: OpenRouter multimodal retry tuning (step 4 SVG generation)
# OPENROUTER_MULTIMODAL_RETRIES=3
# OPENROUTER_MULTIMODAL_RETRY_DELAY=1.5
# Optional build source overrides (for restricted networks)
# BASE_IMAGE=docker.m.daocloud.io/library/python:3.11-slim
# PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
# PIP_EXTRA_INDEX_URL=
# Optional container DNS override (for Roboflow DNS resolution issues)
# DOCKER_DNS_1=223.5.5.5
# DOCKER_DNS_2=119.29.29.29