mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-09 08:21:50 +00:00
change(desktop): show up to 50 models in list per provider by default
This commit is contained in:
parent
ab706a3346
commit
7f016f5f33
1 changed files with 1 additions and 1 deletions
|
|
@ -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`). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue