16 lines
456 B
Plaintext
16 lines
456 B
Plaintext
# Context7 API Configuration (optional)
|
|
# Get your API key from https://context7.com/dashboard/api-keys
|
|
CONTEXT7_API_KEY=
|
|
|
|
# Gemini API Configuration (optional, for ai-multimodal integration)
|
|
# Get your API key from https://aistudio.google.com/app/apikey
|
|
GEMINI_API_KEY=
|
|
|
|
# GitHub Token (optional, for higher rate limits on repository analysis)
|
|
# Create at https://github.com/settings/tokens
|
|
GITHUB_TOKEN=
|
|
|
|
# Output settings
|
|
OUTPUT_FORMAT=json
|
|
DEBUG=false
|