-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
14 lines (13 loc) · 919 Bytes
/
.env.example
File metadata and controls
14 lines (13 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Required
GEMINI_API_KEY=your-api-key-here # Get from Google AI Studio or GCP
PERPLEXITY_API_KEY=your-perplexity-api-key-here # Optional
# Optional - defaults shown
MODEL=claude-3-7-sonnet-20250219 # Recommended models: claude-3-7-sonnet-20250219, claude-3-opus-20240229
PERPLEXITY_MODEL=sonar-pro # Make sure you have access to sonar-pro otherwise you can use sonar regular.
MAX_TOKENS=4000 # Maximum tokens for model responses
TEMPERATURE=0.7 # Temperature for model responses (0.0-1.0)
DEBUG=false # Enable debug logging (true/false)
LOG_LEVEL=info # Log level (debug, info, warn, error)
DEFAULT_SUBTASKS=3 # Default number of subtasks when expanding
DEFAULT_PRIORITY=medium # Default priority for generated tasks (high, medium, low)
PROJECT_NAME=DevFlowCheck # Project name for tasks.json metadata