Skip to content

Updated instructions on how to use AzureOpenAI models. #8250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025

Conversation

neilbhutada
Copy link
Contributor

Added more clarity on how to initialize Azure OpenAI models. I also added tips on how to debug initializing external models. With these new changes, users can more easily get started and implement Azure Open AI models.

Here are some clarifications I added:

  • I clearly added that the parameters names need to be saved as environment variables. If the user prefers to directly pass the parameters in the code, then I added an updated example.

  • I added that if users run into errors they should look at the LiteLLM documentation to confirm if the initialization protocol is correct.

Added more clarity on how to initialize Azure OpenAI models. I also added tips on how to debug initializing external models. With these new changes, users can more easily get started and implement Azure Open AI models. 

Here are some clarifications I added:

- I clearly added that the parameters names need to be saved as environment variables. If the user prefers to directly pass the parameters in the code, then I added an updated example. 

- I added that if users run into errors they should look at the LiteLLM documentation to confirm if the initialization protocol is correct.
@okhat okhat merged commit 80f3189 into stanfordnlp:main May 21, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants