mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
b550f57912
For using Azure OpenAI API, we need to set multiple env vars. But as can be seen in openai package [here](https://github.com/openai/openai-python/blob/48b69293a3dff649165c1d0e0f9d77d1b52436c5/openai/__init__.py#L35), 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.