Spaces:
Running
Running
| # Crusoe Managed Inference | |
| CRUSOE_API_KEY=your_crusoe_api_key_here | |
| CRUSOE_BASE_URL=https://api.crusoe.ai/v1 | |
| # Hugging Face (for deployment) | |
| HF_TOKEN=your_hf_token_here | |
| HF_USERNAME=your_hf_username_here | |
| # Model overrides (optional — defaults shown) | |
| INTENT_MODEL=deepseek-ai/DeepSeek-R1 | |
| CODEGEN_MODEL=moonshotai/Kimi-K2-Instruct | |
| HEALER_MODEL=Qwen/Qwen3-235B-A22B | |