mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(OpenAI Node): Hide the option to return URL for gpt-image-1 model (#15392)
This commit is contained in:
@@ -221,6 +221,11 @@ const properties: INodeProperties[] = [
|
|||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: false,
|
||||||
description: 'Whether to return image URL(s) instead of binary file(s)',
|
description: 'Whether to return image URL(s) instead of binary file(s)',
|
||||||
|
displayOptions: {
|
||||||
|
hide: {
|
||||||
|
'/model': ['gpt-image-1'],
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Put Output in Field',
|
displayName: 'Put Output in Field',
|
||||||
|
|||||||
Reference in New Issue
Block a user