mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-20 15:33:54 +00:00
refactor(agent): drop solar-open2-preview from Solar context fallbacks
Remove the `solar-open2-preview` context-window entry; `solar-open2` covers the Open 2 family at the same 256K window. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c1e36f4329
commit
5f3d57400b
1 changed files with 0 additions and 1 deletions
|
|
@ -325,7 +325,6 @@ DEFAULT_CONTEXT_LENGTHS = {
|
|||
# future solar-pro* releases at the Pro context size.
|
||||
# Sources: Solar Pro 3 = 128K, Solar Pro 2 = 64K, Solar Mini = 32K,
|
||||
# Solar Open 2 = 256K.
|
||||
"solar-open2-preview": 262144, # 256K (longest-first: wins over solar-open2)
|
||||
"solar-open2": 262144, # 256K
|
||||
"solar-pro3": 131072,
|
||||
"solar-pro": 131072, # rolling alias → latest Solar Pro (currently pro3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue