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.
|
||||
|
||||
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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue