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: keep model display pretty with mux-gateway (#1104)
Fixes a UI regression where enabling mux-gateway caused the bottom-left
model selector to show an ugly raw string (e.g. "Openai/gpt 4o") instead
of the pretty display name.
- Use canonical `baseModel` for display components (ModelSelector +
ModelSettings)
- Add a Storybook interaction regression test:
App/Chat/ModelSelectorPrettyWithGateway
Tests:
- make static-check
- make storybook-build
- make test-storybook
_Generated with `mux`_
0 commit comments