Replies: 2 comments 2 replies
-
specifically my company only allows "Microsoft Entra ID authentication" for the azure openAI endpoint....
Adding a bearer token to the .env file and AZURE_API_KEY attribute is not working |
Beta Was this translation helpful? Give feedback.
-
My company provided an API key and I had to figure out the api base url and the models that were supported. It was a little bit of trial and error but it was not a big issue. I got it working within a few minutes. |
Beta Was this translation helpful? Give feedback.
-
I downloaded the GO binary...checked the .env file. However getting a 401 error for Azure endpoint. I have double checked the api keys and they are valid. Is it possible to print detailed stack traces/headers for the API requests?
➜ fabric git:(main) ✗ pbpaste | ./fabric --pattern summarize
error, status code: 401, status: 401 Unauthorized, message: Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource.
Beta Was this translation helpful? Give feedback.
All reactions