mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-12 04:53:44 +08:00
@@ -34,10 +34,10 @@ export async function POST(req: NextRequest) {
|
|||||||
},
|
},
|
||||||
plain_text: topic,
|
plain_text: topic,
|
||||||
},
|
},
|
||||||
],
|
] as any,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
children: blocks,
|
children: blocks as any,
|
||||||
});
|
});
|
||||||
return NextResponse.json(res);
|
return NextResponse.json(res);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user