Spaces:
Sleeping
Sleeping
| # VIBE_LINK Backend - Environment Variables | |
| # Copy this file to .env and fill in your API keys | |
| # Hugging Face API Token | |
| # Get it from: https://huggingface.co/settings/tokens | |
| HF_TOKEN=your_huggingface_token_here | |
| # Google Gemini API Key | |
| # Get it from: https://aistudio.google.com/app/apikey | |
| GEMINI_API_KEY=your_gemini_api_key_here | |
| # ImgBB API Key | |
| # Get it from: https://api.imgbb.com/ | |
| IMGBB_KEY=your_imgbb_api_key_here | |