0b37d7de79
Gateway: POST /admin/update-model downloads new GGUF and reloads. Disabled by default — requires ALLOW_MODEL_UPDATES=true in .env. Matt controls whether remote model updates are allowed. Self-play: --api-key flag for authenticated gateway connections. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
180 B
Bash
8 lines
180 B
Bash
# Mortdecai Gateway Configuration
|
|
API_KEY=mk_change_this_to_a_real_key
|
|
GPU_TDP_WATTS=54
|
|
SYSTEM_OVERHEAD_WATTS=30
|
|
ELECTRICITY_RATE=0.15
|
|
SPENDING_CAP=10.00
|
|
ALLOW_MODEL_UPDATES=false
|