Add option to fallback for capacity errors in ProQuotaDi… (#16050)

This commit is contained in:
Sehoon Shon
2026-01-07 16:59:48 -05:00
committed by GitHub
parent d5996fea99
commit 0be8b5b1ed
2 changed files with 11 additions and 1 deletions
@@ -91,6 +91,11 @@ export function ProQuotaDialog({
value: 'retry_once' as const,
key: 'retry_once',
},
{
label: `Switch to ${fallbackModel}`,
value: 'retry_always' as const,
key: 'retry_always',
},
{
label: 'Stop',
value: 'retry_later' as const,