-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.solidforge.example
More file actions
18 lines (18 loc) · 1.06 KB
/
Copy path.env.solidforge.example
File metadata and controls
18 lines (18 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Solid Forge — heterogeneous-source (异源) adversarial-review secrets.
# COPY this file to `.env.solidforge` + fill in your tokens (or put the vars in your
# shell / the project `.env` — the wrapper reads all three; shell wins). ADR #40.
#
# This `.env.solidforge.example` is COMMITTED (no real tokens) — provisioned by
# `/solidforge:arm-tools`. The live `.env.solidforge` is gitignored (arm.py adds it).
#
# Provider selection for hetero_review.py (a NAME, or comma-list for dual-/multi-异源):
# HETERO_PROFILE=deepseek # default; or e.g. "deepseek,qwen3" for dual-异源
#
# Each provider's token. The var name is the CONVENTION
# <UPPERCASE-FILENAME>_ANTHROPIC_AUTH_TOKEN (matches profiles/<name>.json), so a
# user-added profiles/foo.json reads its token from FOO_ANTHROPIC_AUTH_TOKEN with no
# code change. Set ONLY the ones you use; override a name via the template's `_token_env`.
HETERO_PROFILE=deepseek
DEEPSEEK_ANTHROPIC_AUTH_TOKEN=sk-your-deepseek-token
BIGMODEL_ANTHROPIC_AUTH_TOKEN=sk-your-bigmodel-token
QWEN3_ANTHROPIC_AUTH_TOKEN=sk-your-qwen3-token