tui: remove openrouter provider from priority list

This commit is contained in:
Dax Raad 2026-01-03 20:45:15 -05:00
parent 5944443a60
commit dcf37000e4

View File

@ -17,7 +17,6 @@ const PROVIDER_PRIORITY: Record<string, number> = {
"github-copilot": 2,
openai: 3,
google: 4,
openrouter: 5,
}
export function createDialogProviderOptions() {