12 lines
388 B
Bash
12 lines
388 B
Bash
# API Keys Configuration
|
|
# Copy this file to .env.local and add your actual API keys
|
|
|
|
# Primary API Key (used by default)
|
|
# For Google Gemini: https://ai.google.dev/
|
|
# For OpenAI: https://platform.openai.com/
|
|
VITE_API_KEY=sk-d8f36ac74ac24875abcbdcae382177eb
|
|
|
|
# Alternative: Use provider-specific keys (optional)
|
|
# GEMINI_API_KEY=your_gemini_key_here
|
|
# OPENAI_API_KEY=your_openai_key_here
|