-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
58 lines (45 loc) · 1.88 KB
/
.env.example
File metadata and controls
58 lines (45 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# =============================================================
# specsmith environment template — SAFE TO COMMIT
# Copy to .env and fill in your values. The .env file is
# gitignored and auto-loaded by `specsmith` at startup.
# =============================================================
# -----------------------------------------------------------------
# LLM Provider API Keys
# -----------------------------------------------------------------
# OpenAI / ChatGPT (primary coder + editor + tester)
OPENAI_API_KEY=
# Google / Gemini (primary architect + reviewer + researcher)
GOOGLE_API_KEY=
# Anthropic / Claude (optional — not in active profiles by default)
# ANTHROPIC_API_KEY=
# Mistral / Codestral (optional — tester fallback in default preset)
# MISTRAL_API_KEY=
# -----------------------------------------------------------------
# Model overrides (leave blank to use profile defaults)
# -----------------------------------------------------------------
# OPENAI_MODEL=gpt-4.1
# GEMINI_MODEL=gemini-2.5-flash
# ANTHROPIC_MODEL=claude-haiku-4-5
# SPECSMITH_OLLAMA_MODEL=qwen2.5-coder:7b-instruct
# SPECSMITH_PROVIDER=openai
# -----------------------------------------------------------------
# Local infrastructure
# -----------------------------------------------------------------
# OLLAMA_HOST=http://127.0.0.1:11434
# HOME_VLLM_TOKEN=
# SPECSMITH_SERVE_TOKEN=
# -----------------------------------------------------------------
# Platform publishing tokens
# -----------------------------------------------------------------
SPECSMITH_GITHUB_TOKEN=
SPECSMITH_PYPI_TOKEN=
SPECSMITH_TESTPYPI_TOKEN=
SPECSMITH_RTD_TOKEN=
SPECSMITH_GITLAB_TOKEN=
USPTO_API_KEY=
# -----------------------------------------------------------------
# Specsmith runtime overrides
# -----------------------------------------------------------------
# SPECSMITH_HOME=
# SPECSMITH_NO_AUTO_UPDATE=1
# SPECSMITH_VOICE_MODEL=