FallbackLLMConfig

Configuration class for defining a fallback Large Language Model (LLM) setup.

This class allows specifying a provider and model to be used as a fallback in cases where the primary LLM configuration is unavailable or fails.

The fallback configuration requires explicitly setting both the provider and model.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Represents the fallback Large Language Model (LLM) to be used in cases where the primary configuration is unavailable or a specific fallback is required.

Link copied to clipboard

Defines the provider for the fallback Large Language Model (LLM) to be used when the primary configuration or execution fails. The provider specifies which LLM platform will be utilized, such as OpenAI, Google, or others, derived from the LLMProvider hierarchy.