Enable UI/UX for model swapping in chat window (#3969)

* Enable UI/UX for model swapping in chat window

* forgot component

* patch useGetProviders hook to set loading on change of provider

* dev build

* normalize translations

* patch how model default is provided

---------

Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
This commit is contained in:
Timothy Carambat
2025-06-09 09:59:17 -07:00
committed by GitHub
parent 4eb951d40e
commit c0d66e6c19
32 changed files with 907 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['model-map-staleness'] # put your current branch to create a build. Core team only.
branches: ['2095-model-swap-in-chat'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'