Skip to content

Commit

Permalink
fix: show hide section engine params
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 5, 2024
1 parent 0d8e620 commit d59f83c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web/screens/Chat/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d59f83c

Please sign in to comment.