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 f66fbff commit b331a14Copy full SHA for b331a14
1 file changed
src/api/providers/azure.ts
@@ -42,7 +42,7 @@ export class AzureHandler extends BaseProvider implements SingleCompletionHandle
42
// /deployments/{id}/{path} URL shape.
43
this.provider = createAzure({
44
baseURL: options.azureBaseUrl || undefined,
45
- apiKey: options.azureApiKey, // Optional — Azure supports managed identity / Entra ID auth
+ apiKey: options.azureApiKey || undefined, // Optional — Azure supports managed identity / Entra ID auth
46
apiVersion: options.azureApiVersion ?? azureOpenAiDefaultApiVersion,
47
useDeploymentBasedUrls: true,
48
headers: DEFAULT_HEADERS,
0 commit comments