forked from lemonade-hq/complexity-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
21 lines (17 loc) · 833 Bytes
/
env.example
File metadata and controls
21 lines (17 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copy this file to .env and fill in your values
# GitHub token (required for private repos and label updates)
# Get from: https://github.com/settings/tokens
# If unset, falls back to `gh auth token` (GitHub CLI)
GH_TOKEN=
# OpenAI API key (required when using --provider openai)
# Get from: https://platform.openai.com/api-keys
OPENAI_API_KEY=
# Anthropic API key (required when using --provider anthropic)
# Get from: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=
# AWS Bedrock (optional - use with --provider bedrock)
# Run: source ~/Documents/productivity/bash_methods_boomi.sh && bedrock_env
# Or set: AWS_PROFILE, AWS_REGION, BEDROCK_MODEL_ID
# Provider auto-detection (optional - when --provider is not passed)
# If set, overrides auto-detection. Values: openai, anthropic, bedrock
# COMPLEXITY_PROVIDER=