Spaces:
Running
Running
| # SpatialBench — API Keys | |
| # Copy this file to .env and fill in your keys. | |
| # The .env file is read automatically by run_experiments.py and app.py. | |
| # On HuggingFace Spaces, set these as Space Secrets instead. | |
| GEMINI_API_KEY=your_gemini_key_here | |
| OPENAI_API_KEY=your_openai_key_here | |
| ANTHROPIC_API_KEY=your_anthropic_key_here | |
| DEEPSEEK_API_KEY=your_deepseek_key_here | |