Skip to content

Commit 9644fe5

Browse files
committed
chore: formatting
1 parent 04358ee commit 9644fe5

File tree

1 file changed

+4
-1
lines changed
  • src/providers/azure-openai

1 file changed

+4
-1
lines changed

src/providers/azure-openai/api.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { ProviderAPIConfig } from '../types';
2-
import { getAccessTokenFromEntraId, getAzureManagedIdentityToken } from './utils';
2+
import {
3+
getAccessTokenFromEntraId,
4+
getAzureManagedIdentityToken,
5+
} from './utils';
36

47
const AzureOpenAIAPIConfig: ProviderAPIConfig = {
58
getBaseURL: ({ providerOptions }) => {

0 commit comments

Comments
 (0)