mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-25 15:10:17 +09:00
fix: vercel 504
This commit is contained in:
parent
11073862e3
commit
a2a398302b
@ -481,7 +481,7 @@ export class AgentApi {
|
||||
tools,
|
||||
maxIterations: reqBody.maxIterations,
|
||||
});
|
||||
process.env.LANGCHAIN_CALLBACKS_BACKGROUND = true;
|
||||
process.env.LANGCHAIN_CALLBACKS_BACKGROUND = 'true';
|
||||
await agentExecutor
|
||||
.invoke(
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user