marcolivierbouch / OpenAssistantGPT

An Open-Source Saas for Crafting/Building/Creating Chatbots with OpenAI's Assistant API that you can add to your website.
https://openassistantgpt.io
GNU Affero General Public License v3.0
206 stars 79 forks source link

Vercel Deployment issue: Builder returned invalid maxDuration value #411

Closed Akhileshrangani4 closed 2 weeks ago

Akhileshrangani4 commented 2 weeks ago

So I have finally figured out how to deploy OpenAssistantGPT locally, and it works great, kudos to you, creator!

I am using vercel for deploying my app, but when I deploy it, I have solved all the build errors except this one where vercel tells me to set the maxDuration according to my plan. Now, I understand the need for this, but I am not sure where and which functions I am supposed to limit the maxDuration for. image image

marcolivierbouch commented 2 weeks ago

Hello, you have to buy Pro plan in Vercel or you change the MaxDuration by 60 on functions that have a too hight timeout. :) Just du a search you should be able to find a few

Akhileshrangani4 commented 2 weeks ago

Thanks for the help, @marcolivierbouch

Akhileshrangani4 commented 2 weeks ago

Also, can you please tell me where are you hosting it? Since I will have to work with higher MaxDuration, I am thinking of different hosting solutions.

marcolivierbouch commented 1 week ago

It is hosted in Vercel

@Akhileshrangani4