Spaces:
Sleeping
Sleeping
| # VedaMD Enhanced - Environment Variables Template | |
| # Copy this file to .env and fill in your values | |
| # NEVER commit .env to version control! | |
| # Cerebras API Key (Required) | |
| # Get your API key from: https://cloud.cerebras.ai | |
| CEREBRAS_API_KEY=your_cerebras_api_key_here | |
| # For Hugging Face Spaces Deployment: | |
| # DO NOT use .env file - instead: | |
| # 1. Go to your Space Settings | |
| # 2. Navigate to "Repository secrets" | |
| # 3. Add CEREBRAS_API_KEY as a secret | |
| # 4. The value will be injected as an environment variable at runtime | |