add model install in model configuration for the agent node

This commit is contained in:
Yi
2024-12-30 17:55:46 +08:00
parent afb3548e45
commit 9b6f580365
8 changed files with 60 additions and 22 deletions

View File

@ -3,7 +3,7 @@ import { RiInstallLine, RiLoader2Line } from '@remixicon/react'
type InstallButtonProps = {
loading: boolean
onInstall: () => void
onInstall: (e: React.MouseEvent) => void
t: any
}