Aditya Pal
Aditya Pal
@AlexsJones - Thanks for asking. Actually, the refactor seems to be more complex than I initially thought, so it won't be quick and my vacation finishes today as well. I...
Did you try removing package-lock.json and rechecking, as suggested in the message? 🤔
> @PalAditya > > Should the frontend logic be refactored to call this API and display the error/success response only? > > Yes, it's a good idea to refactor the...
@whoiskatrin - Completed the changes and seems to work as expected. Only thing I'm not sure about is whether the variable VERCEL_URL will work properly when deployed, since I'm not...
@whoiskatrin - Looks like that error is misleading. What actually causes the error is the fact that I had included utils/constants within pages, which vercel does not like (https://stackoverflow.com/questions/65598753/cant-build-react-next-project-found-page-without-a-react-component-as-default), and...
@whoiskatrin Done
@whoiskatrin - As of now, it's just the API response which gets triggered on the button click. If one wants the API, they can bypass the button and just access...
> > @whoiskatrin - As of now, it's just the API response which gets triggered on the button click. If one wants the API, they can bypass the button and...
> @PalAditya gotcha, agree. Then we would need to add a page with API docs and explain this API call there and add bearer to the code Yeah. Do you...
This seems like a property that can be defaulted to 30s and be allowed to set in https://github.com/cogentapps/chat-with-gpt/blob/main/server/src/config.ts. We can also read it and save it in the device, just...