fix(llm): add default context window lengths for Xiaomi Mimo 2.5 models (#4579)

This commit is contained in:
Marcus Sonntag 2026-06-27 17:43:00 +02:00 committed by GitHub
parent a05666a1b0
commit 95b3c8139d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -220,6 +220,10 @@ KNOWN_CONTEXT_WINDOWS = {
'hermes': 131072,
'nous-hermes': 131072,
# --- Xiaomi ---
'mimo-v2.5-pro': 1048576,
'mimo-v2.5': 1048576,
# --- Open community ---
'dolphin': 32768,
'mythomax': 4096,