Spaces:
Running
Running
File size: 364 Bytes
52ea128 | 1 2 3 4 5 6 7 8 9 10 | # 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
|