initial version
This commit is contained in:
13
templates/env.example
Normal file
13
templates/env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Required
|
||||
ANTHROPIC_API_KEY=your-api-key-here
|
||||
|
||||
# Optional - defaults shown
|
||||
MODEL=claude-3-7-sonnet-20250219
|
||||
MAX_TOKENS=4000
|
||||
TEMPERATURE=0.7
|
||||
DEBUG=false
|
||||
LOG_LEVEL=info
|
||||
DEFAULT_SUBTASKS=3
|
||||
DEFAULT_PRIORITY=medium
|
||||
PROJECT_NAME={{projectName}}
|
||||
PROJECT_VERSION={{projectVersion}}
|
||||
Reference in New Issue
Block a user