You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(provider_registry): case-insensitive model name lookup for context_limit
Custom provider model names with case mismatches (e.g. 'GLM-5.1' in config
vs 'glm-5.1' in GOOSE_MODEL) silently failed the known_models context_limit
lookup and fell back to the default 128k.
Use eq_ignore_ascii_case instead of strict equality in
normalize_model_config so the lookup works regardless of case.
Fixes#8752
Signed-off-by: Bright Zheng <bzqzheng@gmail.com>
0 commit comments