docs: fix stale contextWindowTokens reference in hyperhive.model option
This commit is contained in:
parent
d3d52349c3
commit
7b3bc3a744
1 changed files with 5 additions and 4 deletions
|
|
@ -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.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue