This commit is contained in:
lloydzhou 2024-07-11 10:22:30 +08:00
parent 2299a4156d
commit fec36eb298
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ async function request(req: NextRequest) {
isModelAvailableInServer( isModelAvailableInServer(
serverConfig.customModels, serverConfig.customModels,
jsonBody?.model as string, jsonBody?.model as string,
ServiceProvider.ByteDance as string, ServiceProvider.Alibaba as string,
) )
) { ) {
return NextResponse.json( return NextResponse.json(