9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
# Supervisor MCP server
|
|
SUPERVISOR_PORT=3200
|
|
SUPERVISOR_CONFIG_DIR=./config/supervisor
|
|
SUPERVISOR_MODELS_FILE=./config/models.yaml
|
|
|
|
# LiteLLM gateway (iguana)
|
|
LITELLM_BASE_URL=http://iguana:4000
|
|
LITELLM_API_KEY=your-litellm-master-key
|