Spaces:
Sleeping
Sleeping
| # Example .env file for GEMINI_PROJECT | |
| # Copy this to a file named .env and fill in real values. DO NOT commit your .env to source control. | |
| # Gemini (Google Generative AI) API key | |
| GEMINI_API_KEY=your_gemini_api_key_here | |
| # GitHub personal access token with permissions to create/update repos and configure pages. | |
| # Minimum scopes: 'repo' (or 'public_repo' for public-only), and 'pages' if available. | |
| GITHUB_TOKEN=your_github_personal_access_token_here | |
| # Your GitHub username (used to construct Pages URL) | |
| GITHUB_USERNAME=your_github_username_here | |
| # A shared secret expected by the evaluation server (keeps endpoints secure) | |
| STUDENT_SECRET=your_student_secret_here | |