langchain/docs/modules/llms
Chetanya Rastogi b550f57912
Fix the env variable for OpenAI Base Url (#639)
For using Azure OpenAI API, we need to set multiple env vars. But as can
be seen in openai package
[here](48b69293a3/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.
2023-01-17 22:30:29 -08:00
..
examples Harrison/sqlalchemy cache store (#536) 2023-01-04 18:38:15 -08:00
integrations Fix the env variable for OpenAI Base Url (#639) 2023-01-17 22:30:29 -08:00
generic_how_to.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
getting_started.ipynb Docs refactor (#480) 2023-01-02 08:24:09 -08:00
how_to_guides.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
integrations.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
key_concepts.md Docs refactor (#480) 2023-01-02 08:24:09 -08:00