[Enhancement]: Hide the model selection #8864
jnnirmal47
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Hide the model selection if there is only one model listed.
More details
Since most Custom Ai would have only , we do not want to show the drop down when user clicks on Model name.
or we will show Model Name only if there are more models for selection.
{Array.isArray(startupConfig?.modelSpecs?.list) && startupConfig.modelSpecs.list.length > 1 && (
)}
Which components are impacted by your request?
UI
Pictures
need to hide or remove this model selection and label as it is not required in case there is only going to be custom model

Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions