Skip to content
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

Fix the env variable for OpenAI Base Url #639

Merged

Conversation

rc19
Copy link
Contributor

@rc19 rc19 commented Jan 18, 2023

For using Azure OpenAI API, we need to set multiple env vars. But as can be seen in openai package here, the env var for setting base url is named OPENAI_API_BASE and not OPENAI_API_BASE_URL. This PR fixes that part in the documentation.

Copy link
Contributor

@hwchase17 hwchase17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@hwchase17 hwchase17 merged commit b550f57 into langchain-ai:master Jan 18, 2023
@rc19
Copy link
Contributor Author

rc19 commented Jan 18, 2023

thank you!

Happy to help. Great work with the library :)

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