mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 12:10:17 +09:00
fix ServiceProvider mistype
This commit is contained in:
parent
fd796521d4
commit
ebf84a3b2c
@ -91,7 +91,7 @@ async function request(req: NextRequest) {
|
|||||||
isModelNotavailableInServer(
|
isModelNotavailableInServer(
|
||||||
serverConfig.customModels,
|
serverConfig.customModels,
|
||||||
jsonBody?.model as string,
|
jsonBody?.model as string,
|
||||||
ServiceProvider.SiliconFlow as string,
|
ServiceProvider.PPIO as string,
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
return NextResponse.json(
|
return NextResponse.json(
|
||||||
|
Loading…
Reference in New Issue
Block a user