Write An AI Chatbot With Node.js & The ChatGPT API
Jun 29, 2023
Continue Reading...
In this article, we are going to utilize the ChatGPT API to create a chatbot with Node.js. It will be powered by the GPT-3.5 Turbo model. This will be a general chatbot that can talk about...
ChatGPT Crash Course For Developers
Apr 13, 2023
Continue Reading...
I know that you've seen a ton of content on ChatGPT lately. I actually wanted to wait a while because instead of just whipping up a video and article using stuff I researched on the Internet, I...
AI Keyword Extractor With React & OpenAI
Mar 21, 2023
Continue Reading...
In this project, we are going to build and deploy an AI-powered frontend React app that will extract the best keywords from any given text. We will be using the completions API from Open AI to...