mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-04 17:48:50 +01:00
chore: remove params for now
This commit is contained in:
parent
17e9de4eaa
commit
acd9088a6d
1 changed files with 12 additions and 12 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue