AbstractCreates a live connection to the LLM
The request to send to the LLM
BaseLLMConnection, the connection to the LLM
AbstractgenerateGenerates content from the given request
The request to send to the LLM
Optionalstream: booleanWhether to do streaming call
A generator of LLMResponses
StaticsupportedReturns a list of supported models in regex for LLMRegistry
Base class for all LLM implementations