beenote icon indicating copy to clipboard operation
beenote copied to clipboard

Full stack AI web application for languge learning built with Next.js and ChatGPT

Results 3 beenote issues
Sort by recently updated
recently updated
newest added

I receive this message when trying to select Spanish and add vocabulary words under english ![image](https://github.com/lifeitech/beenote/assets/126509681/689a10dc-8698-496b-b97a-d6a1598e6a0f)

Client sides encounter this problem when visiting language notebooks that users have created. Seems to be a Vercel issue (https://github.com/vercel/next.js/issues/52824)

Currently, the OpenAI Whisper API only accepts `File` type audio inputs. Need to figure out how to pass audio recorderd in the browser as request body to the Next.js API...