mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 16:38:04 +08:00
llm mode
This commit is contained in:
@ -118,6 +118,7 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
|
||||
handleModelChanged({
|
||||
provider: currentProvider?.provider,
|
||||
modelId: currentModel?.model,
|
||||
mode: currentModel?.model_properties?.mode as string,
|
||||
})
|
||||
}
|
||||
}, [model.provider, currentProvider, currentModel, handleModelChanged])
|
||||
|
||||
Reference in New Issue
Block a user