Module for OpenAI large language models. Chat models are in chat_models/.
Azure-specific OpenAI large language models.
To use, you should have the openai python package installed, and the
environment variable OPENAI_API_KEY set with your API key.
Any parameters that are valid to be passed to the openai.create call can be passed in, even if not explicitly saved on this class.
OpenAI completion model integration.
Azure OpenAI large language models. Not to be confused with chat models.
Base classes for OpenAI large language models. Chat models are in chat_models/.