mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
add model install in model configuration for the agent node
This commit is contained in:
@ -3,7 +3,7 @@ import { RiInstallLine, RiLoader2Line } from '@remixicon/react'
|
||||
|
||||
type InstallButtonProps = {
|
||||
loading: boolean
|
||||
onInstall: () => void
|
||||
onInstall: (e: React.MouseEvent) => void
|
||||
t: any
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user