mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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',
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user