The Fallback feature allows you to specify a list of Language Model APIs (LLMs) in a prioritized order. If the primary LLM fails to respond or encounters an error, Portkey will automatically fallback to the next LLM in the list, ensuring your application's robustness and reliability.At https://portkey.ai/docs/product/ai-gateway-streamline-llm-integrations/fallbacks
or encounters an errorShould I assume any other response code outside of 2XX will trigger fallbacks?
on_status_codes
. π