# Functions
New returns a new OpenAI LLM.
WithAPIType passes the api type to the client.
WithAPIVersion passes the api version to the client.
WithBaseURL passes the OpenAI base url to the client.
WithHTTPClient allows setting a custom HTTP client.
WithModel passes the OpenAI model to the client.
WithOrganization passes the OpenAI organization to the client.
WithToken passes the OpenAI API token to the client.
# Type aliases
Option is a functional option for the OpenAI client.