docs: fix stale contextWindowTokens reference in hyperhive.model option

This commit is contained in:
damocles 2026-05-20 15:51:31 +02:00
parent d3d52349c3
commit 7b3bc3a744

View file

@ -29,10 +29,11 @@
purged. purged.
Valid values are the short model names that `claude --model` accepts: Valid values are the short model names that `claude --model` accepts:
`"haiku"`, `"sonnet"`, `"opus"` (or any future identifier). The `"haiku"`, `"sonnet"`, `"opus"` (or any future identifier). Context
harness derives sensible watermarks from the model family: window sizes are looked up at runtime from the
haiku 200 000 token window; sonnet / opus 1 000 000 token window. `HIVE_CONTEXT_WINDOW_TOKENS_<KEY_UPPER>` env vars injected by the
Override the derived window via `hyperhive.contextWindowTokens`. meta flake; override sizes via `services.hive-c0re.contextWindowTokens`
on the host.
''; '';
}; };