Spaces:
Sleeping
Sleeping
File size: 228 Bytes
5a45328 | 1 2 3 4 5 6 7 8 | # Google API Key (Gemini)
# Get from: https://ai.google.dev/
GOOGLE_API_KEY=your_google_api_key_here
# OpenAI API Key (GPT models)
# Get from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
|