-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
36 lines (28 loc) · 1.2 KB
/
.env.example
File metadata and controls
36 lines (28 loc) · 1.2 KB
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
26
27
28
29
30
31
32
33
34
35
36
# API Keys for LexiconForge
# Copy this file to .env.local and add your actual API keys
# Google Gemini API Key
# Get from: https://aistudio.google.com/app/apikey
GEMINI_API_KEY=your_gemini_api_key_here
# Google Drive API Key (for downloading session files)
# Get from: https://console.cloud.google.com/apis/credentials
# Enable the Google Drive API v3 for your project
GOOGLE_DRIVE_API_KEY=your_google_drive_api_key_here
# OpenAI API Key
# Get from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# DeepSeek API Key
# Get from: https://platform.deepseek.com/api_keys
DEEPSEEK_API_KEY=your_deepseek_api_key_here
# OpenRouter API Key
# Get from: https://openrouter.ai/keys
OPENROUTER_API_KEY=your_openrouter_api_key_here
# Default OpenRouter API Key (for demo/trial - first 10 requests)
# This key is used as a fallback when users haven't set their own key
# Limited to 10 translation requests to prevent abuse
DEFAULT_OPENROUTER_KEY=your_default_trial_key_here
# Claude/Anthropic API Key
# Get from: https://console.anthropic.com/keys
CLAUDE_API_KEY=your_claude_api_key_here
# PiAPI API Key (for Flux image models)
# Get from: https://api.piapi.ai
PIAPI_API_KEY=your_piapi_api_key_here