Fallback Chat Model
class FallbackChatModel(model: <Error class: unknown class>, fallback: <Error class: unknown class>, whenError: (t: Throwable) -> Boolean)
Chat model that falls back to another model if the first one fails.
Chat model that falls back to another model if the first one fails.