11 lines
366 B
Bash
11 lines
366 B
Bash
# Model profile settings (single source of truth)
|
|
PAID_PRIMARY=openrouter/moonshotai/kimi-k2.5
|
|
PAID_FALLBACKS=openrouter/qwen/qwen3-coder-next,openrouter/qwen/qwen3-14b
|
|
|
|
FREE_PRIMARY=openrouter/qwen/qwen3-coder:free
|
|
FREE_FALLBACKS=openrouter/qwen/qwen3-14b
|
|
|
|
# Format: dayProfile,nightProfile,dayStartHour,nightStartHour
|
|
SCHEDULE=paid,free,7,22
|
|
SCHEDULE_ENABLED=true
|