fix: playground params do not update after being changed

This commit is contained in:
jialin
2024-10-09 15:07:12 +08:00
parent 3784d86344
commit 7b2098cf33
2 changed files with 27 additions and 22 deletions
@@ -330,6 +330,7 @@ const GroundLeft: React.FC<MessageProps> = forwardRef((props, ref) => {
<div className="box">
<ParamsSettings
setParams={setParams}
params={parameters}
selectedModel={selectModel}
modelList={modelList}
/>