You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules/llms/integrations
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.
2 years ago
..
azure_openai_example.ipynb Fix the env variable for OpenAI Base Url (#639) 2 years ago
huggingface_hub.ipynb Docs refactor (#480) 2 years ago
manifest.ipynb Docs refactor (#480) 2 years ago