From 47e9c2d3b77b98c6f60e24106a259796b2c26b65 Mon Sep 17 00:00:00 2001 From: hycqwq Date: Sat, 3 May 2025 21:45:10 +0800 Subject: [PATCH] fix: Fix OpenRouter's provider sorting index --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index e3a265dfb..fa9e9ed0d 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1175,7 +1175,7 @@ export const DEFAULT_MODELS = [ id: "openrouter", providerName: "OpenRouter", providerType: "openrouter", - sorted: 14, + sorted: 15, }, })), ] as const;