chore: remove params for now

This commit is contained in:
Danny Avila 2024-09-04 10:55:42 -04:00
parent 17e9de4eaa
commit acd9088a6d
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364

View file

@ -76,18 +76,18 @@ export default function useSideNavLinks({
});
}
if (
isAgentsEndpoint(endpoint) ||
(endpoint === EModelEndpoint.bedrock && interfaceConfig.parameters === true && keyProvided)
) {
links.push({
title: 'com_sidepanel_parameters',
label: '',
icon: Settings2,
id: 'parameters',
Component: Parameters,
});
}
// if (
// isAgentsEndpoint(endpoint) ||
// (endpoint === EModelEndpoint.bedrock && interfaceConfig.parameters === true && keyProvided)
// ) {
// links.push({
// title: 'com_sidepanel_parameters',
// label: '',
// icon: Settings2,
// id: 'parameters',
// Component: Parameters,
// });
// }
if (hasAccessToPrompts) {
links.push({