🔧 fix: Include apiKey in llmConfig for Azure OpenAI Responses API
This commit is contained in:
@@ -135,6 +135,7 @@ export function getOpenAIConfig(
|
||||
delete llmConfig.azureOpenAIApiVersion;
|
||||
delete llmConfig.azureOpenAIBasePath;
|
||||
delete llmConfig.azureOpenAIApiKey;
|
||||
llmConfig.apiKey = apiKey;
|
||||
|
||||
configOptions.defaultHeaders = {
|
||||
...configOptions.defaultHeaders,
|
||||
|
||||
Reference in New Issue
Block a user