Spaces:
Configuration error
Configuration error
| # ini_claw Environment Configuration | |
| # Copy this file to .env and fill in your API keys | |
| # NVIDIA Nemotron (via build.nvidia.com) | |
| NVIDIA_API_KEY=nvapi-your-key-here | |
| # Groq (via console.groq.com) | |
| GROQ_API_KEY=gsk_your-key-here | |
| # Google Gemini (via aistudio.google.com) | |
| GOOGLE_API_KEY=your-key-here | |
| # OpenAI (via platform.openai.com) | |
| OPENAI_API_KEY=sk-your-key-here | |
| # (Optional) Github Token for private repo access | |
| GITHUB_TOKEN=your-github-token-here | |
| # (Optional) Telegram Bot Token | |
| TELEGRAM_BOT_TOKEN=your-telegram-token-here | |