You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing a page with an assistant_id, for example, via http://example.com/c/new?assistant_id=123456, it seems that the model selection section is not displaying the name defined in modelSpecs but is instead being set to null or undefined.
localize('com_ui_none_selected') is being displayed. It appears that the spec and iconURL in the conversation object are also being set to undefined.
Please revise it so that when accessing with the assistant_id query parameter, the name defined in modelSpecs is displayed.
More details
The modelSpecs I defined are in the following format.
danny-avila
changed the title
[Enhancement]: Setting proper conversation when accessing through assistant_id parameter
[Enhancement]: Allow selecting Model Spec by URL Query Param
Feb 26, 2025
Thank you for your comment and I have one more question.
I have multiple Open AI assistants in Librechat. I want to directly select a specific assistant through a URL query parameter, but the issue I faced was that when I selected one using the assistant_id query parameter, the model name and icon didn’t display properly. Is this problem inevitable? Or if there’s a way to handle multiple assistants, please let me know.
What features would you like to see added?
When accessing a page with an assistant_id, for example, via http://example.com/c/new?assistant_id=123456, it seems that the model selection section is not displaying the name defined in modelSpecs but is instead being set to null or undefined.
localize('com_ui_none_selected')
is being displayed. It appears that thespec
andiconURL
in the conversation object are also being set to undefined.Please revise it so that when accessing with the assistant_id query parameter, the name defined in modelSpecs is displayed.
More details
The modelSpecs I defined are in the following format.
Which components are impacted by your request?
UI
Pictures
Code of Conduct
The text was updated successfully, but these errors were encountered: