mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
Update deepseek.ts
This commit is contained in:
parent
adca477723
commit
48c042fad6
@ -85,7 +85,7 @@ async function request(req: NextRequest) {
|
|||||||
fetchOptions.body = clonedBody;
|
fetchOptions.body = clonedBody;
|
||||||
|
|
||||||
const jsonBody = JSON.parse(clonedBody) as { model?: string };
|
const jsonBody = JSON.parse(clonedBody) as { model?: string };
|
||||||
|
console.log(jsonBody);
|
||||||
// not undefined and is false
|
// not undefined and is false
|
||||||
if (
|
if (
|
||||||
isModelNotavailableInServer(
|
isModelNotavailableInServer(
|
||||||
|
Loading…
Reference in New Issue
Block a user