Abstract
Creates a live connection to the LLM
The request to send to the LLM
BaseLLMConnection, the connection to the LLM
Abstract
generateGenerates content from the given request
The request to send to the LLM
Optional
stream: booleanWhether to do streaming call
A generator of LLMResponses
Static
supportedReturns a list of supported models in regex for LLMRegistry
Base class for all LLM implementations