Spaces:
Sleeping
Sleeping
| # GitPulse: GitHub Talent Finder β Template | |
| # Rename this file to '.env' and fill in your keys. | |
| # π GITHUB ACCESS (Required for searching profiles) | |
| # Generate one at: https://github.com/settings/tokens | |
| GITHUB_TOKEN=your_github_personal_access_token_here | |
| # π§ GOOGLE GEMINI (Required for Deep Profile Analysis) | |
| # Get your free key at: https://aistudio.google.com/ | |
| GOOGLE_API_KEY=your_gemini_api_key_here | |
| # β‘ GROQ CLOUD (Optional, but recommended for <200ms Summaries) | |
| # Get a free API key at: https://console.groq.com/ | |
| GROQ_API_KEY=your_groq_api_key_here | |