mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-12 20:23:45 +08:00
fix: vercel 504
This commit is contained in:
@@ -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(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user