SpatialBench / .env.example
weijiang99's picture
Update SpatialBench pipeline
52ea128 verified
raw
history blame contribute delete
364 Bytes
# 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