mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
fix(1.0): invoke llm raise error (#12753)
This commit is contained in:
@ -131,6 +131,7 @@ const ModelParameterModal: FC<ModelParameterModalProps> = ({
|
||||
model_type,
|
||||
...(model_type === ModelTypeEnum.textGeneration ? {
|
||||
mode: targetModelItem?.model_properties.mode as string,
|
||||
completion_params: {},
|
||||
} : {}),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user