daveycodez
daveycodez
First off, wow, impressive. I was about to build this myself to get around GPT-4 limits. And I was going to give it Eleven labs voice. You already did it....
Hey, just wanted to let you know that the first thing I did was remove the 1500 character limit on the system prompts. I'm pasting my entire projects into it....
I set up the Stripe wrapper then created a database view for my stripe products. I'm loading the products on getServerSideProps. It does work, until I refresh the page 4...
Anonymous users are only able to link an email address, this forces users to leave the website to verify the email, and there is no clear way on guiding them...
``` /** Hook for clearing cache */ export const useClearCache = () => { const { mutate } = useSWRConfig() const clearCache = () => { mutate(() => true, undefined,...