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