fix issue #6009 add setting items for deepseek

This commit is contained in:
suruiqiang
2024-12-30 18:23:18 +08:00
parent d56566cd73
commit 90c531c224
4 changed files with 66 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ async function request(req: NextRequest) {
isModelNotavailableInServer(
serverConfig.customModels,
jsonBody?.model as string,
ServiceProvider.Moonshot as string,
ServiceProvider.DeepSeek as string,
)
) {
return NextResponse.json(