mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-14 16:03:24 +00:00
reorder provider list in providers login (#17262)
This commit is contained in:
parent
c173988aaa
commit
7066e2a25e
1 changed files with 3 additions and 3 deletions
|
|
@ -318,10 +318,10 @@ export const ProvidersLoginCommand = cmd({
|
|||
|
||||
const priority: Record<string, number> = {
|
||||
opencode: 0,
|
||||
anthropic: 1,
|
||||
openai: 1,
|
||||
"github-copilot": 2,
|
||||
openai: 3,
|
||||
google: 4,
|
||||
google: 3,
|
||||
anthropic: 4,
|
||||
openrouter: 5,
|
||||
vercel: 6,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue