fallback
Configures fallback settings for the LLM (Large Language Model) configuration. This is used to define a fallback provider and model in case primary configurations are unavailable.
Parameters
configure
A lambda function to configure the fallback provider and model using the FallbackLLMConfig instance. The provider and model must be specified within this configuration.