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
🤖 refactor: extract parseProviderName to eliminate duplication
Consolidates two instances of provider name extraction logic into a
single helper function. Both createModel() and streamMessage() were
duplicating the logic to parse provider names from model strings.
The helper properly handles Ollama model IDs with colons (e.g.,
"ollama:gpt-oss:20b" -> "ollama") by splitting only on the first colon.
_Generated with `cmux`_
0 commit comments