mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
chore(Azure OpenAI Chat Model Node): Bump the default apiVersion to 2025-03-01-preview (#15204)
This commit is contained in:
@@ -31,7 +31,7 @@ export class AzureEntraCognitiveServicesOAuth2Api implements ICredentialType {
|
||||
name: 'apiVersion',
|
||||
type: 'string',
|
||||
required: true,
|
||||
default: '2024-12-01-preview',
|
||||
default: '2025-03-01-preview',
|
||||
},
|
||||
{
|
||||
displayName: 'Endpoint',
|
||||
|
||||
@@ -28,7 +28,7 @@ export class AzureOpenAiApi implements ICredentialType {
|
||||
name: 'apiVersion',
|
||||
type: 'string',
|
||||
required: true,
|
||||
default: '2023-07-01-preview',
|
||||
default: '2025-03-01-preview',
|
||||
},
|
||||
{
|
||||
displayName: 'Endpoint',
|
||||
|
||||
Reference in New Issue
Block a user