hotfix
This commit is contained in:
parent
2299a4156d
commit
fec36eb298
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue