-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 1.26 KB
/
.env.example
File metadata and controls
21 lines (18 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OLLAMA_API_KEY=your-key-here
# OPENAI_API_KEY=sk-...
# ANTHROPIC_API_KEY=sk-ant-...
# GEMINI_API_KEY=...
# PERPLEXITY_API_KEY=pplx-... # Optional: enables grounded web search (sonar model)
DEFAULT_PROVIDER=ollama
DEFAULT_MODEL=qwen3-coder:480b
# FALLBACK_CHAIN=anthropic,openai
# ─── Ollama Endpoint ──────────────────────────────────────────
# OLLAMA_BASE_URL=http://localhost:11434 # Local Ollama (default)
# # For Ollama Cloud, set your cloud URL instead.
# # Local + cloud fallback: set OLLAMA_BASE_URL=local
# # and add FALLBACK_CHAIN=anthropic for resilience.
# ─── Language Settings ────────────────────────────────────────
# NEX_LANGUAGE=Deutsch # UI/response language (e.g. Deutsch, English, Français)
# # Setting this alone defaults code+commits to English.
# NEX_CODE_LANGUAGE=English # Language for code comments, docstrings (default: English)
# NEX_COMMIT_LANGUAGE=English # Language for git commit messages (default: English)