Spaces:
Sleeping
Sleeping
| # 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 | |