fix: OpenRouter's sorted id is 15

This commit is contained in:
hycqwq 2025-05-11 23:01:40 +08:00 committed by GitHub
parent 2ec83729ec
commit 4bacfe53c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -280,7 +280,7 @@ export class OpenRouterApi implements LLMApi {
id: "openrouter",
providerName: "OpenRouter",
providerType: "openrouter",
sorted: 14,
sorted: 15,
},
}));
}