Using openai@azure as backend #33
Unanswered
julietKiloRomeo
asked this question in
Q&A
Replies: 1 comment
-
Ok. I was looking at adding it as a backend in lambdaprompt and fortunately saw that there already is an open pull request for that 👍 |
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
-
I would like to use azure as the backend. How do you accomplish that?
This is how to do it with pure requests:
I tried to hack my way through, by starting with lambdaprompt:
but get an error printed:
{'statusCode': 401, 'message': 'Unauthorized. Access token is missing, invalid, audience is incorrect (https://cognitiveservices.azure.com/), or have expired.'}
Is there an official way to use azure that I just haven't found in the docs? :)
Beta Was this translation helpful? Give feedback.
All reactions