mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
temp
This commit is contained in:
@ -9,7 +9,7 @@ import type { NodeProps } from '@/app/components/workflow/types'
|
||||
const Node: FC<NodeProps<LLMNodeType>> = ({
|
||||
data,
|
||||
}) => {
|
||||
const { provider, name: modelId } = data.model
|
||||
const { provider, name: modelId } = data.model || {}
|
||||
const {
|
||||
textGenerationModelList,
|
||||
} = useTextGenerationCurrentProviderAndModelAndModelList()
|
||||
|
||||
Reference in New Issue
Block a user