Skip to content

Instantly share code, notes, and snippets.

@wangjohn
Created June 13, 2025 02:26
Show Gist options
  • Select an option

  • Save wangjohn/3e49edefe12cd5301aaa20771b3f3cde to your computer and use it in GitHub Desktop.

Select an option

Save wangjohn/3e49edefe12cd5301aaa20771b3f3cde to your computer and use it in GitHub Desktop.
LLM fallback article
var GlobalFallbackOrder = []ModelPlatform{
ModelPlatformOpenAI, // Primary choice
ModelPlatformAnthropic, // Secondary
ModelPlatformGemini, // Tertiary
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment