You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the Stream Text generation from ai-sdk, the function call is getting timed out.
The generation starts and runs for a bit, after that i receive this error and the generation stops.
Description
While using the
Stream Text generation
from ai-sdk, the function call is getting timed out.The generation starts and runs for a bit, after that i receive this error and the generation stops.
This is the log from vercel.
This is the error console log in production.
Code example
This is the code in
/layout.tsx
file:export const dynamic = 'force-dynamic';
export const maxDuration = 60;
This is the code in
/page.tsx
file:This is the code for the
generate
,generate4
,generate4o
functions in the/action.ts
file:The
handleRun()
function is called on click of submit button.Additional context
No response
The text was updated successfully, but these errors were encountered: