-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 775 Bytes
/
.env.example
File metadata and controls
22 lines (17 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# LLM provider: 'openrouter' (default) or 'copilot'
MODEL_PROVIDER=openrouter
# Raw model string passed to the provider
# openrouter examples: anthropic/claude-opus-4.6, google/gemini-3-flash-preview, x-ai/grok-4.1-fast
# copilot examples: gpt-4o, gpt-4o-mini, claude-3.5-sonnet, o3-mini
MODEL=anthropic/claude-opus-4.6
OPENROUTER_API_KEY=your_openrouter_api_key_here
# GitHub (required for MODEL_PROVIDER=copilot — run: ww copilot auth)
GITHUB_TOKEN=your_github_token_here
# Proxy (used by search modules; defaults to 127.0.0.1:7890 if unset)
HTTP_PROXY=http://127.0.0.1:7890
HTTPS_PROXY=http://127.0.0.1:7890
# Base path for note/log output directories (notes/, logs/)
# Default (empty or ".") means current working directory
BASE_PATH=
# Java
JAVA_TOOL_OPTIONS=