Spaces:
Running
Running
File size: 365 Bytes
7d49763 7386821 7d49763 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # 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
|