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