feat(Embeddings Azure OpenAI Node, Azure OpenAI Chat Model Node): Add support for basePath url in Azure Open AI nodes (#11784)

This commit is contained in:
Mutasem Aldmour
2024-11-19 12:06:33 +01:00
committed by GitHub
parent 6cf0abab5b
commit e298ebe90d
3 changed files with 19 additions and 2 deletions

View File

@@ -30,6 +30,13 @@ export class AzureOpenAiApi implements ICredentialType {
required: true,
default: '2023-07-01-preview',
},
{
displayName: 'Endpoint',
name: 'endpoint',
type: 'string',
default: undefined,
placeholder: 'https://westeurope.api.cognitive.microsoft.com',
},
];
authenticate: IAuthenticateGeneric = {