Add the AD Token Provider on the AzureOpenAI.credentials.ts #3923
Replies: 1 comment
-
At the end I have decided to create a new component for the AD Azure OpenAI, this component has a Token Provider. I am doind this change, for a personal requiements by my own, and I would like to share with the rest of the Flowise. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello everyone
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