SamurAIGPT / Open-Custom-GPT

Create Custom GPT and add/embed on your site using Assistants api
https://customgpt.thesamur.ai
MIT License
1.52k stars 269 forks source link

Deploy in Vercel? #17

Open captain-eyepatch opened 6 months ago

captain-eyepatch commented 6 months ago

Great app! Thank you for sharing this in the community.

Is there instruction on how to deploy this using Vercel?

Anil-matcha commented 6 months ago

Will provide a one-click vercel deploy version in the next update

captain-eyepatch commented 6 months ago

Thank you so much for replying. Looking forward to the next update. Hope it is soon! 😊

mledwards commented 1 month ago

This is tricky at the moment, because the db.json file is written to, and Vercel doesn't really have a file system. I'm working on something to remove the db.json altogether (assistants list comes from the API, and the OpenAI key is from an environment variable.