Add the AD Token Provider on the AzureOpenAI.credentials.ts #3923
abgonzalez
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone
I hope you are doing well. Instead of uisng the OPENAI_KEY to connect Azure OpenAI, I want to use the AD Token Provider.
I see the file AzureOpenAIApi.credentails.ts. What is better to create a new Credentials file for this or to add the AD Token Provider in this file?
Where I can find the list of active credentials?
How can I access this URL? Where is hosting this URL?
const getAllComponentsCredentials = () => client.get('/components-credentials')
Thank you so much for your help
Beta Was this translation helpful? Give feedback.
All reactions