LLM Settings
BaseLLMConfig
Bases: BaseConfig
Base configuration class for LLM.
type = Field(description='Mandatory type field for identifying the LLM type.')
class-attribute
instance-attribute
OpenAIConfig
Bases: BaseLLMConfig
Configuration class for OpenAI.