mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
fix: Add getEntraIdAccessToken function import to OpenAI initialization module. Will otherwise be undefined when auth is Entra ID
This commit is contained in:
parent
af661b1df2
commit
c278de921b
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ const {
|
|||
isUserProvided,
|
||||
getOpenAIConfig,
|
||||
getAzureCredentials,
|
||||
getEntraIdAccessToken,
|
||||
shouldUseEntraId,
|
||||
} = require('@librechat/api');
|
||||
const { getUserKeyValues, checkUserKeyExpiry } = require('~/server/services/UserService');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue