init
This commit is contained in:
15
.opencode/skills/docs-seeker/.env.example
Normal file
15
.opencode/skills/docs-seeker/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user