| # API Keys - DO NOT commit actual keys to Git | |
| # Add these as Secrets in your Hugging Face Space settings | |
| # Option 1: Nebius API Key (primary) | |
| NEBIUS_API_KEY=your_nebius_api_key_here | |
| # Option 2: OpenAI API Key (fallback) | |
| # OPENAI_API_KEY=your_openai_api_key_here | |