Skip to content

Commit 0078d18

Browse files
committed
dev-0-6-0
2 parents efc3f9c + 0d860a2 commit 0078d18

File tree

91 files changed

+3333
-1353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+3333
-1353
lines changed

.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,16 @@ NEXT_PUBLIC_API_BASE=
113113

114114
# [Optional] Disable SSL verification (not recommended for production)
115115
DISABLE_SSL_VERIFY=false
116+
117+
# ==============================
118+
# HuggingFace / MinerU (Optional)
119+
# ==============================
120+
121+
# Use a HuggingFace mirror endpoint (optional)
122+
# HF_ENDPOINT=https://your-hf-mirror.example.com
123+
124+
# HuggingFace cache directory (recommended: mount this in Docker to reuse cache)
125+
# HF_HOME=/app/data/hf
126+
127+
# Force offline mode (requires models already downloaded into the cache)
128+
# HF_HUB_OFFLINE=1

.env.example_CN

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,16 @@ NEXT_PUBLIC_API_BASE=
113113

114114
# [可选] 禁用 SSL 证书验证(生产环境不建议启用)
115115
DISABLE_SSL_VERIFY=false
116+
117+
# ==============================
118+
# HuggingFace / MinerU(可选)
119+
# ==============================
120+
121+
# 使用 HuggingFace 镜像站点(可选)
122+
# HF_ENDPOINT=https://your-hf-mirror.example.com
123+
124+
# HuggingFace 缓存目录(建议:Docker 场景配合挂载该目录以复用缓存)
125+
# HF_HOME=/app/data/hf
126+
127+
# 强制离线模式(前提:模型已在上述缓存目录中下载好)
128+
# HF_HUB_OFFLINE=1

0 commit comments

Comments
 (0)