From ebf84a3b2c61a09cc095e11bc1c43e44a84c1ce9 Mon Sep 17 00:00:00 2001 From: saikidev Date: Thu, 13 Feb 2025 17:25:04 +0800 Subject: [PATCH] fix ServiceProvider mistype --- app/api/ppio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/ppio.ts b/app/api/ppio.ts index 1dd7c4852..9ff7604b6 100644 --- a/app/api/ppio.ts +++ b/app/api/ppio.ts @@ -91,7 +91,7 @@ async function request(req: NextRequest) { isModelNotavailableInServer( serverConfig.customModels, jsonBody?.model as string, - ServiceProvider.SiliconFlow as string, + ServiceProvider.PPIO as string, ) ) { return NextResponse.json(