the worker works with vercel ai sdk and openai api. the issue here is I am using the vercel ai sdk a

the worker works with vercel ai sdk and openai api. the issue here is I am using the vercel ai sdk and after a few message with model, i get the error from worker tell that "cpu time exceeding". I am in the free plan. so there is 10ms limit. the issue here is before return the response to client, the vercel ai sdk doing some transform for that response, these transformation need cpu time to transform the response message from openai.
Was this page helpful?