Kieran's opinionated (and probably slightly dumb) nix config

chore: fix opus token limit

dunkirk.sh 123a0889 f0fc0b8f

verified
Changed files
+2 -2
modules
home
apps
+2 -2
modules/home/apps/crush.nix
···
cost_per_1m_in_cached = 1.5;
cost_per_1m_out_cached = 75.0;
context_window = 200000;
-
default_max_tokens = 50000;
+
default_max_tokens = 32000;
can_reason = true;
has_reasoning_efforts = true;
supports_attachments = true;
···
cost_per_1m_in_cached = 1.5;
cost_per_1m_out_cached = 75.0;
context_window = 200000;
-
default_max_tokens = 50000;
+
default_max_tokens = 32000;
can_reason = true;
has_reasoning_efforts = true;
supports_attachments = true;