Non Deployment API call support for AzureOpenAI class #16660
Replies: 1 comment
-
Hey @akshayjadiya! I'm here to help you with any bugs, questions, or contributions. Let's tackle this issue together! I found a similar discussion regarding the use of the Unfortunately, there are no known workarounds or alternative methods for using the If you have access to the deployment through a gateway or another method, you might need to consult with your organization's IT or Azure administrator to obtain the necessary |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have access to OpenAI LLMs using a gateway from my organization. I am able to call the Azure OpenAI LLM using the below LangChain code -
However, using
llamaindex
AzureOpenAI
class requires me to passdeployment_name
argument as well that I DO NOT KNOW. Is there a workaround?Beta Was this translation helpful? Give feedback.
All reactions