Commit 249bb42
fix: lowercase before stripping defaults for mixed-case model names
Apply strings.ToLower before stripDefaultsFromModelName so that
case-sensitive prefix/suffix matching (e.g. "ai/", ":latest") works
correctly on mixed-case backend responses like "AI/Gemma:Latest".
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fa50f26 commit 249bb42
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments