mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-14 15:11:28 +00:00
fix: tools api
This commit is contained in:
@@ -45,5 +45,6 @@ async function handle(req: NextRequest) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const GET = handle;
|
export const GET = handle;
|
||||||
|
export const POST = handle;
|
||||||
|
|
||||||
export const runtime = "nodejs";
|
export const runtime = "nodejs";
|
||||||
|
Reference in New Issue
Block a user