-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 808 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (14 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Required: Google AI Studio API key for Gemini analysis
# Get one at https://aistudio.google.com/apikey
GEMINI_API_KEY=your_gemini_api_key_here
# Optional: Override Gemini model (default: gemini-3-flash-preview)
# GEMINI_MODEL=gemini-3-flash-preview
# Optional: Anna's Archive API key for automated book downloads
# Get one by becoming a member at https://annas-archive.li/donate
# Search works without it; only downloads require the key
# ANNAS_ARCHIVE_KEY=your_annas_archive_key_here
# Optional: Google Drive Books folder ID for backup uploads
# Create a "Books" folder in Google Drive, then copy the folder ID from the URL
# GDRIVE_BOOKS_FOLDER_ID=your_google_drive_folder_id_here
# Optional: Obsidian vault path (default: ~/Documents/Obsidian Vault)
# OBSIDIAN_VAULT_PATH=~/Documents/Obsidian Vault