-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 808 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (19 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# API Keys Configuration
# Copy this file to .env and fill in your actual API keys
# Google Gemini API Key (Primary LLM)
# Get it from: https://aistudio.google.com/app/apikey
GEMINI_API_KEY=your_gemini_api_key_here
# OpenAI API Key (Fallback when Gemini quota exhausted)
# Get it from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Tavily API Key (For research agent)
# Get it from: https://app.tavily.com/api-keys
TAVILY_API_KEY=your_tavily_api_key_here
# Google Search API (Optional - for additional research)
GOOGLE_SEARCH_API_KEY=your_google_search_api_key
GOOGLE_SEARCH_CX=your_google_search_cx
# GitHub Personal Access Token (For pushing reports to GitHub)
GITHUB_PAT=your_github_pat_here
GITHUB_REPO=your_github_repo_here
# App Configuration
APP_PASSWORD=specter