mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 15:45:55 +08:00
test run
This commit is contained in:
parent
8bd9d8f6ba
commit
396a240e68
@ -102,7 +102,7 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
|
||||
}
|
||||
|
||||
if (isVisionModel) {
|
||||
const variableName = data.vision.configs?.variable_selector[1]
|
||||
const variableName = data.vision.configs?.variable_selector?.[1] || t(`${i18nPrefix}.files`)!
|
||||
forms.push(
|
||||
{
|
||||
label: t(`${i18nPrefix}.vision`)!,
|
||||
|
@ -83,7 +83,7 @@ const InputsPanel = ({ onRun }: Props) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className='px-4 pb-2'>
|
||||
<div className='pt-3 px-4 pb-2'>
|
||||
{
|
||||
variables.map((variable, index) => (
|
||||
<div
|
||||
|
Loading…
x
Reference in New Issue
Block a user