wip: refactoring tui

This commit is contained in:
adamdottv 2025-06-13 08:30:54 -05:00
commit d7d5fc39fb
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 5 additions and 7 deletions

View file

@ -422,7 +422,7 @@ export namespace Server {
)
return c.json({
providers: Object.values(providers),
defaults: mapValues(
default: mapValues(
providers,
(item) => Provider.sort(Object.values(item.models))[0].id,
),