fix: update model backend not show

This commit is contained in:
jialin
2024-09-26 14:04:19 +08:00
parent f813f56c1f
commit cc7d2ded6c
14 changed files with 103 additions and 159 deletions
@@ -314,7 +314,11 @@ const GroundLeft: React.FC<MessageProps> = forwardRef((props, ref) => {
})}
>
<div className="box">
<ParamsSettings setParams={setParams} selectedModel={selectModel} />
<ParamsSettings
setParams={setParams}
selectedModel={selectModel}
modelList={modelList}
/>
</div>
</div>