mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🖨️ fix: Use Azure Serverless API Version for Responses API (#8316)
This commit is contained in:
parent
7e37211458
commit
4918899c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ export function getOpenAIConfig(
|
|||
};
|
||||
configOptions.defaultQuery = {
|
||||
...configOptions.defaultQuery,
|
||||
'api-version': 'preview',
|
||||
'api-version': configOptions.defaultQuery?.['api-version'] ?? 'preview',
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue