It's a conversational bot that leverages GPT-3 to reply contextually to speakers in Clubhouse topics. It uses Google Speech to translate peoples audio responses into text. The text is then sent to GPT-3 with a default prompt (persona). (more…)
Read more »
A Node.js and browser templating library based on tagged template literals. Latest version: 4.0.3, last published: a day ago. Start using html-string in your project by running `npm i html-string`. There are no other projects in the npm registry using htm... (more…)
Read more »
Get through the weird parts of JavaScript with an ease this advanced JavaScript course. Created and instructed by one of the top udemy… (more…)
Read more »
Do you want static or runtime immutability, or both? In this article I will show you how to combine Object.freeze with Readonly to get the best of both worlds. (more…)
Read more »
Learn how to use the pop array method in Javascript to pull items or elements out of an array called pop, and also the push array method which allows you to ... (more…)
Read more »