We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f28a2 commit a6183abCopy full SHA for a6183ab
packages/components/nodes/embeddings/AzureOpenAIEmbedding/AzureOpenAIEmbedding.ts
@@ -78,7 +78,7 @@ class AzureOpenAIEmbedding_Embeddings implements INode {
78
azureOpenAIApiInstanceName,
79
azureOpenAIApiDeploymentName,
80
azureOpenAIApiVersion,
81
- azureOpenAIBasePath: basePath
+ azureOpenAIBasePath: basePath || undefined
82
}
83
84
if (batchSize) obj.batchSize = parseInt(batchSize, 10)
0 commit comments