Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Jul 11, 2024
1 parent 2299a41 commit fec36eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/alibaba/[...path]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async function request(req: NextRequest) {
isModelAvailableInServer(
serverConfig.customModels,
jsonBody?.model as string,
ServiceProvider.ByteDance as string,
ServiceProvider.Alibaba as string,
)
) {
return NextResponse.json(
Expand Down

0 comments on commit fec36eb

Please sign in to comment.