Marketplace agents do not persist in Model dropdown after logout/login #9482
-
What happened?
Version Informationghcr.io/danny-avila/librechat-dev latest 2dd6f9487e85 6 hours ago 1.57GB Steps to ReproduceAs the user of an agent you don't have edit permissions, and as a non admin
What browsers are you seeing the problem on?Chrome Relevant log outputNone ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This is the expected behavior. Agents in the Endpoint dropdown are only the models which are considered “yours” where you have Owner and Editor Permissions. This is made this way to avoid having +1000 Agents in that list for large deployments and keep it clean. A good next step we wanted to implement was to include the “favorite” Agents in that list. |
Beta Was this translation helpful? Give feedback.
-
Ah I see, so users have to constantly go back to the marketplace since there would be no option to delete after first view. A way to manage that list or fav/unfav would be more user friendly. |
Beta Was this translation helpful? Give feedback.
-
@JordiHigueraDT
Overall, this lets users keep a concise, personalized set of agents handy without re-adding them every session. |
Beta Was this translation helpful? Give feedback.
This is the expected behavior. Agents in the Endpoint dropdown are only the models which are considered “yours” where you have Owner and Editor Permissions.
This is made this way to avoid having +1000 Agents in that list for large deployments and keep it clean.
A good next step we wanted to implement was to include the “favorite” Agents in that list.