LLM#
classDiagram
LLMBase <|-- LLMFallback
LLMBase <|-- OpenAIChatCompletionsModel
LLMConfigurationBase <|-- AzureLLMConfiguration
LLMConfigurationBase <|-- OpenAILLMConfiguration
LLMException <|-- LLMCallException
LLMException <|-- LLMTokenLimitException
LLMessageTokenCounterBase <|-- OpenAITokenCounter
Monitorable <|-- LLMBase
Monitored <|-- MonitoredLLM
OpenAIChatCompletionsModel <|-- AzureLLM
OpenAIChatCompletionsModel <|-- OpenAILLM
This package provides clients to use various LLMs