change(desktop): show up to 50 models in list per provider by default

This commit is contained in:
ethernet
2026-06-04 23:48:02 -04:00
parent ab706a3346
commit 7f016f5f33

View File

@ -7,7 +7,7 @@ const STORAGE_KEY = 'hermes.desktop.visible-models'
/** Models shown per provider in the status-bar dropdown before the user has
* customized the list. Backend `models` are already relevance-ordered. */
export const DEFAULT_VISIBLE_PER_PROVIDER = 5
export const DEFAULT_VISIBLE_PER_PROVIDER = 50
/** Stable key for a provider/model pair (`::` avoids colliding with model ids
* that contain a single colon, e.g. `model:tag`). */