tui: remove openrouter provider from priority list
This commit is contained in:
parent
5944443a60
commit
dcf37000e4
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ const PROVIDER_PRIORITY: Record<string, number> = {
|
||||||
"github-copilot": 2,
|
"github-copilot": 2,
|
||||||
openai: 3,
|
openai: 3,
|
||||||
google: 4,
|
google: 4,
|
||||||
openrouter: 5,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function createDialogProviderOptions() {
|
export function createDialogProviderOptions() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue