Firstly, we have added anisLoadingstate variable to check if the status is“processing”or“completed”. Then we have created a so-called interval to periodically run ourcheckStatusHandler()function to see if the status has changed to“completed”. Once the status has changed to “completed”, ...
openai-whisper, using the Whisper python module, no remote API call, built on Next.js openai-chatterbox, same as above but built using Nuxt.js openai-whisper-talk, combines Text completion endpoint and Whisper python module to bring full voice chat with AI, built using Nuxt.js. Table of Co...
openai-whisper, using the Whisper python module, no remote API call, built on Next.js openai-chatterbox, same as above but built using Nuxt.js openai-whisper-talk, combines Text completion endpoint and Whisper python module to bring full voice chat with AI, built using Nuxt.js. Table of Co...
consthostname='192.168.0.1'constport=3006constapp=next({dev,hostname,port}) Then run node server.js Finally, open your browser tohttps://localhost:3006/or use your local hostnamehttps://192.168.0.1:3006. Releases No releases published ...