mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 11:04:36 +00:00
- Case-insensitive comparison of served model vs forwarded_model_id (matches get_model_instance's lowercasing semantics) - Suppress spurious mismatch when get_model_instance resolves back to the same model (e.g. date-versioned glm-5-2-20260415 -> glm-5-2) - Preserve unknown-model warning only when lookup returns None - Tests: case-insensitive match + date-versioned alias resolution