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