fix(OpenAI Node): Hide the option to return URL for gpt-image-1 model (#15392)

This commit is contained in:
jeanpaul
2025-05-15 08:55:15 +02:00
committed by GitHub
parent 218007e625
commit 027a479172

View File

@@ -221,6 +221,11 @@ const properties: INodeProperties[] = [
type: 'boolean',
default: false,
description: 'Whether to return image URL(s) instead of binary file(s)',
displayOptions: {
hide: {
'/model': ['gpt-image-1'],
},
},
},
{
displayName: 'Put Output in Field',