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 04358ee commit 9644fe5Copy full SHA for 9644fe5
src/providers/azure-openai/api.ts
@@ -1,5 +1,8 @@
1
import { ProviderAPIConfig } from '../types';
2
-import { getAccessTokenFromEntraId, getAzureManagedIdentityToken } from './utils';
+import {
3
+ getAccessTokenFromEntraId,
4
+ getAzureManagedIdentityToken,
5
+} from './utils';
6
7
const AzureOpenAIAPIConfig: ProviderAPIConfig = {
8
getBaseURL: ({ providerOptions }) => {
0 commit comments