mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 20:20:16 +09:00
fix ServiceProvider mistype
This commit is contained in:
parent
fd796521d4
commit
ebf84a3b2c
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user