-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.env.example
More file actions
33 lines (29 loc) · 1.7 KB
/
Copy path.env.example
File metadata and controls
33 lines (29 loc) · 1.7 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
# ─────────────────────────────────────────────────────────────────────────────
# QodeX environment — copy to `.env` and fill what you need. ALL are OPTIONAL.
# QodeX is local-first: with LM Studio or Ollama running, it needs ZERO keys.
# Keys below only enable optional cloud providers / web search. Never commit .env.
# ─────────────────────────────────────────────────────────────────────────────
# ── Cloud model providers (optional — only if you want to route to the cloud) ──
# Local models via LM Studio / Ollama need none of these.
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
DEEPSEEK_API_KEY=
# ── Web search backends (optional — pick one if you want the search tool) ──
BRAVE_SEARCH_API_KEY=
TAVILY_API_KEY=
# ── Local runtime endpoints (optional — sensible defaults are built in) ──
# Override only if your LM Studio / Ollama runs on a non-default host/port.
OLLAMA_BASE_URL=
QODEX_OLLAMA_URL=
QODEX_OLLAMA_VISION_MODEL=
QODEX_LOCAL_VISION_MODEL=
QODEX_LOCAL_VISION_URL=
QODEX_RERANK_URL=
QODEX_RERANK_MODEL=
# ── Behavior toggles (optional) ──
# QODEX_VERIFY=0 # disable the auto-verify gate
# QODEX_DEBUG=1 # verbose logging
# QODEX_NO_SPLASH=1 # skip the splash screen
# QODEX_NO_MOTION=1 # disable spinner animation
# QODEX_BROWSER_HEADED=1 # show the browser instead of headless
# QODEX_SKIP_SETUP=1 # skip the first-run setup wizard