Spaces:
Sleeping
Sleeping
| # ⚠️ Copy this file to .env and replace with your actual API keys. | |
| # Never commit .env or real API keys to version control. | |
| OPENAI_API_KEY=your_openai_api_key_here | |
| ANTHROPIC_API_KEY=your_anthropic_api_key_here | |
| # Optional: switch LLM backend (default: anthropic) | |
| # LLM_PROVIDER=openai | |