Add custom endpoint for azureADTokenProvider #5509
Closed
aleclair-KoAi
started this conversation in
Ideas
Replies: 1 comment
-
done by #5521 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
I want to use azureOpenAIBasePath to get a custom endpoint which is available only with azureOpenAIApiKey, with azureADTokenProvider, url should be https://${azureOpenAIApiInstanceName}.openai.azure.com
I want to have https://${azureOpenAIApiInstanceName}.mydomain.com to use Azure API Manager (APIM)
Motivation
I am stuck with direct call instead of langchain use, it is very frustating.
Proposal (If applicable)
Some changes could be done in /openai/utils/azure.js in getEndpoint function
Beta Was this translation helpful? Give feedback.
All reactions