langchain/docs/modules
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
..
agents Harrison/wolfram alpha (#579) 2023-01-11 05:52:19 -08:00
chains fix typo (#636) 2023-01-17 22:17:50 -08:00
llms Fix the env variable for OpenAI Base Url (#639) 2023-01-17 22:30:29 -08:00
memory Harrison/combine memories (#582) 2023-01-11 06:08:58 -08:00
prompts add example selector docs (#564) 2023-01-09 19:17:29 -08:00
utils bump version to 0063 (#616) 2023-01-14 08:09:25 -08:00
agents.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
chains.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
llms.rst Fix minor error in LLM documentation (#602) 2023-01-12 18:16:32 -08:00
memory.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
prompts.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00
utils.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00