From d59f83c8e9aa6cd0fb957ead29f10abeb8fac57a Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Fri, 5 Jan 2024 11:34:57 +0700 Subject: [PATCH] fix: show hide section engine params --- web/screens/Chat/Sidebar/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/screens/Chat/Sidebar/index.tsx b/web/screens/Chat/Sidebar/index.tsx index bfa8bde9d..b1af0a19e 100644 --- a/web/screens/Chat/Sidebar/index.tsx +++ b/web/screens/Chat/Sidebar/index.tsx @@ -45,10 +45,8 @@ const Sidebar: React.FC = () => { const modelEngineParams = toSettingParams(activeModelParams) const modelRuntimeParams = toRuntimeParams(activeModelParams) - const componentDataRuntimeSetting = getConfigurationsData(modelEngineParams) - const componentDataEngineSetting = getConfigurationsData(modelRuntimeParams) - - console.log(componentDataEngineSetting) + const componentDataEngineSetting = getConfigurationsData(modelEngineParams) + const componentDataRuntimeSetting = getConfigurationsData(modelRuntimeParams) const onReviewInFinderClick = async (type: string) => { if (!activeThread) return