Category: Text AI
-
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…
-
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…
-
Making calls to OpenAI chatGPT / GPT-3 API in PHP
This article walks you through with sampel code on how to call OpenAI chatGPT / GPT-3 API in PHP. It covers below topics: Install php package for openai set up environment variables import the php package call the gpt-3 api Let’s start. Install the php package for calling OpenAI API OpenAI has not relased an…
-
How to convert GPT-3 prompts into code
OpenAI provides a no code web based interface called Playground to interact with the GPT-3 API without writing any code. It enables you to prompt the GPT-3 API right in the browser. It’s good place to try and see how the GPT-3 API works and arrive at a good enough prompt that works for your…
-
Complete guide to building a successful GPT-3 React App using NextJS
This is a Step by Step, Practical Guide to building a GPT-3 React serverless App using NextJS & ReactJS. It can be extended to build it into a full-fledged SaaS application that uses GPT-3 API. It covers below topics: Requirements for GPT-3 React App Creating the NextJS App Installing Dependencies for GPT-3 React App Adding…
-
How to get access to OpenAI chatGPT / GPT-3 API?
OpenAI has opened up its chatGPT / GPT-3 AI model for commercial and research uses. They have done it by the way of an API. Having OpenAI API access is necessary for doing any kind of work using OpenAI chatGPT / GPT-3. . Earlier it was by invitation and only a few people were invited.…
-
Best guide to Inferkit with demo and examples
Inferkit is an AI-based text generation tool. You can use it to generate text from a given text or a prompt. Inferkit was created by Adam Daniel King. It is meant to be used for fun and entertainment purposes. Inferkit also provides an API for developers to call from their apps. Using Inferkit demo The…
-
Reasons not to use chatGPT / GPT-3 API in your products
In this article, I list reasons not to use GPT-3 API in your products. The age of commercial AI, available as a cloud API is here. One can call an AI API, like any other Cloud service, and build products around it. One of the biggest players in this space is OpenAI. Founders are already…
-
Best Guide to OpenAI GPT-3 Playground
OpenAI GPT-3 Playground is where you can try out the GPT-3 models without writing any code. You can try almost all of the GPT-3 features from the OpenAI GPT-3 playground. It’s a No Code tool without needing to know to program and without the need to call GPT-3 API in code. Let’s look at some…
-
OpenAI API / GPT-3/ chatGPT is not available in your country? Do this instead!
You have heard all about chatGPT / GPT-3, you are looking forward to using it. You try to create an account on OpenAI website and you get an error message saying chatGPT / GPT-3 is not available in your country. You find out your country of residence is not supported by OpenAI for chatGPT /…