fix: miss model file path in cloning

This commit is contained in:
jialin
2026-02-11 11:05:43 +08:00
parent 3f90642726
commit 2ba94f7524
13 changed files with 129 additions and 52 deletions
@@ -442,7 +442,8 @@ const GroundSTT: React.FC<MessageProps> = forwardRef((props, ref) => {
style={{
position: 'absolute',
top: 20,
right: 2
right: 32,
zIndex: 10
}}
>
<CopyButton text={messageList[0]?.content}></CopyButton>