19 lines
646 B
Plaintext
19 lines
646 B
Plaintext
# Agent Reach Configuration
|
|
# Copy to .env and fill in your values
|
|
# Or use: agent-reach configure
|
|
|
|
# Exa Search (free 1000/month) — https://exa.ai
|
|
# EXA_API_KEY=exa-your-key-here
|
|
|
|
# GitHub Token (optional, for higher rate limits) — https://github.com/settings/tokens
|
|
# GITHUB_TOKEN=ghp_your_token_here
|
|
|
|
# Reddit ISP Proxy (optional, for full Reddit access)
|
|
# REDDIT_PROXY=http://user:pass@ip:port
|
|
|
|
# Groq Whisper (optional, for video transcription) — https://console.groq.com
|
|
# GROQ_API_KEY=gsk_your_key_here
|
|
|
|
# OpenAI Whisper (optional fallback when Groq is rate-limited) — https://platform.openai.com
|
|
# OPENAI_API_KEY=sk-your_key_here
|