mirror of
https://github.com/Hmbown/DeepSeek-TUI.git
synced 2026-09-02 22:36:19 +08:00
Keep the dictionary runtime as the one i18n path and give updated English marketing/docs copy a fail-closed, lockfile-pinned translation lane. Do not wrap the TUI, completions, or /translate.
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
# Required for the /api/cron routes (DeepSeek summarization + community agent).
|
|
DEEPSEEK_API_KEY=sk-your-deepseek-key
|
|
|
|
# Optional — raises GitHub API rate limit from 60 to 5000 req/h.
|
|
# Use a fine-grained PAT scoped to public repos only.
|
|
GITHUB_TOKEN=
|
|
|
|
# Override which repo to mirror. Defaults to Hmbown/CodeWhale.
|
|
GITHUB_REPO=Hmbown/CodeWhale
|
|
|
|
# Optional — required to manually invoke /api/cron
|
|
# (cloudflare cron triggers don't need this; they set cf-cron).
|
|
CRON_SECRET=
|
|
|
|
# Optional — defaults to deepseek-v4-flash.
|
|
DEEPSEEK_MODEL=deepseek-v4-flash
|
|
DEEPSEEK_BASE_URL=https://api.deepseek.com
|
|
|
|
# Admin panel auth. Set to a random secret; access /admin?token=<this-value>.
|
|
MAINTAINER_TOKEN=
|
|
|
|
# GitHub PAT for posting comments via /admin. Needs issues:write scope.
|
|
MAINTAINER_GITHUB_PAT=
|
|
|
|
# Set to 1 once the Gitee mirror at gitee.com/Hmbown/...
|
|
# exists. Until then leave blank to hide Gitee links.
|
|
NEXT_PUBLIC_GITEE_ENABLED=
|
|
|
|
# Optional BYOK for website/docs machine translation via the General
|
|
# Translation CLI (`npm run i18n:gt -- translate`). Never commit values.
|
|
# Check/export/import are local and do not need these. Runtime does not
|
|
# call GT. Fail-closed without both. Never wrap model completions.
|
|
# GT_API_KEY=
|
|
# GT_PROJECT_ID=
|