Category: GPT-3

  • How to call chatGPT / GPT-3 API in JavaScript

    How to call chatGPT / GPT-3 API in JavaScript

    You can try out chatGPT / GPT-3 without knowing anything about artificial intelligence or machine learning. In this article, I will show how to call chatGPT / GPT-3 API in JavaScript. The same technique can be used for Node.js server-side applications too. Create an account at OpenAI You’ll need to create an account at OpenAI.…

    Continue reading

  • How to call chatGPT / GPT-3 API in Python: Best guide for using GPT-3 in Python

    How to call chatGPT / GPT-3 API in Python: Best guide for using GPT-3 in Python

    In this article, I will show you how to call chatGPT / GPT-3 API in python. I will cover how to use it for text generation using python code. Get your OpenAI chatGPT / GPT-3 API key To get your OpenAI key, log in to your OpenAI account or create an account by entering your…

    Continue reading

  • Interview with Stephen Campbell, GPT-3 App Builder

    Interview with Stephen Campbell, GPT-3 App Builder

    I recently interviewed Stephen Campbell, Creator of VirtualGhostWriter.com. VirtualGhostWriter.com is a GPT-3 Powered App that lets you generate various kinds of “Copy” with just a simple prompt. What’s unique about this app is that it’s built using a No Code tool called Bubble. Interview Hi Stephen. Let’s start with some background. What is your backstory? I am Stephen…

    Continue reading

  • Interview with Fernanda Graciolli, GPT-3 App Maker

    Interview with Fernanda Graciolli, GPT-3 App Maker

    As part of the GPT-3 App Maker Series for my GPT-3 Guide, I interviewed Fernanda Graciolli, a prolific Maker. Her recent creation is inspired.so, a GPT-3 Powered App that helps you come up with blog topics. How did you come up with the idea for Inspired? The idea for Inspired wasn’t terribly original. A few other tools…

    Continue reading

  • Interview with Oras Al-Kubaisi, Founder of GPT-3 Powered Startup

    Interview with Oras Al-Kubaisi, Founder of GPT-3 Powered Startup

    This article is part of my series to interview Founders who have built/building products using OpenAI GPT-3 API. For this one, I interviewed, Oras Al-Kubaisi, Creator and Founder of Job Description ai. Job Description ai is a job description generator software that uses OpenAI GPT-3 API to generate high-quality professional job descriptions for businesses attracting the best…

    Continue reading

  • How to implement the GPT-3’s Content filter in Node.js / JavaScript

    How to implement the GPT-3’s Content filter in Node.js / JavaScript

    This article demonstrates a hands-on approach to how to implement GPT-3’s Content filter in Node.js or JavaScript Applications. OpenAI provides a content filter API that can be used to filter out unwanted content from the text generated through their AI models. In fact, OpenAI makes it mandatory to run every response through the content filter…

    Continue reading

  • GPT-3 Resources – Articles

    GPT-3 Resources – Articles

    Must read GPT-3 related articles from various sources: GPT-3 could herald a new type of search engine The way we search online hasn’t changed in decades. A new idea from Google researchers could make it more like talking to a human expert link GPT-3 Design Article on GPT-3 Design link GPT-3 Launch Blog by OpenAI…

    Continue reading

  • GPT-3 Open source code, libraries and examples

    GPT-3 Open source code, libraries and examples

    This post lists various GPT-3 Open source code, libraries and examples that you can use freely in your GPT-3 projects. GPT-3 Open source code, libraries and examples GPT-3 Python Notebooks Example Code for using GPT-3 API link gpt3-instruct-sandbox Interactive Jupyter Notebook Environment for using the GPT-3 Instruct API link gpt3-sandbox The goal of this project…

    Continue reading

  • People involved in GPT-3 Ecosystem: Interview with Bakz T Future

    People involved in GPT-3 Ecosystem: Interview with Bakz T Future

    As part of the interview series on GPT-3, I interviewed Bakz T. Future. Bakz is a YouTube Creator who has been doing really interesting experiments using GPT-3 API. He documents and shares them online through his Videos, and his Newsletter. Interview with Bakz T Future Let’s start with some background. Who are you and what is your…

    Continue reading

  • Best guide on how to build a product with OpenAI chatGPT / GPT-3 API

    Best guide on how to build a product with OpenAI chatGPT / GPT-3 API

    In this article, I intend to help you get familiar with the process to build a product with OpenAI chatGPT / GPT-3. Apart from using OpenAI’s no-code Playground tool to generate text with GPT-3, one can also build a product with OpenAI GPT-3 API. However, before you spend a large amount of time building a…

    Continue reading