mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-28 23:52:09 -04:00
fix(llm): add default context window lengths for Xiaomi Mimo 2.5 models (#4579)
This commit is contained in:
@@ -220,6 +220,10 @@ KNOWN_CONTEXT_WINDOWS = {
|
|||||||
'hermes': 131072,
|
'hermes': 131072,
|
||||||
'nous-hermes': 131072,
|
'nous-hermes': 131072,
|
||||||
|
|
||||||
|
# --- Xiaomi ---
|
||||||
|
'mimo-v2.5-pro': 1048576,
|
||||||
|
'mimo-v2.5': 1048576,
|
||||||
|
|
||||||
# --- Open community ---
|
# --- Open community ---
|
||||||
'dolphin': 32768,
|
'dolphin': 32768,
|
||||||
'mythomax': 4096,
|
'mythomax': 4096,
|
||||||
|
|||||||
Reference in New Issue
Block a user