Update deepseek.ts

This commit is contained in:
MonesyH 2025-02-18 16:57:03 +08:00
parent adca477723
commit 48c042fad6

View File

@ -85,7 +85,7 @@ async function request(req: NextRequest) {
fetchOptions.body = clonedBody;
const jsonBody = JSON.parse(clonedBody) as { model?: string };
console.log(jsonBody);
// not undefined and is false
if (
isModelNotavailableInServer(