Spaces:
Running
Running
| # Copy this file to .env and fill in your values. | |
| # On HuggingFace Spaces, set these as Space Secrets (Settings → Variables and secrets). | |
| # Required: Ceramic AI search key (sign up at https://ceramic.ai) | |
| CERAMIC_API_KEY=cer_sk_live_... | |
| # Optional: Together AI key for the llm_reason tool (https://api.together.xyz) | |
| TOGETHER_API_KEY= | |
| # HuggingFace token — only needed if you load gated datasets (e.g. GPQA) | |
| HF_TOKEN= | |