Month: March 2023

  • GPT-4 API: Hands-on guide

    GPT-4 API: Hands-on guide

    In this guide, I show how to start using GPT-4 API. Get Access to GPT-4 API First, you need to get access. Follow this guide to get access to GPT-4 API. Once, you have access, grab your OpenAI API Key. Call GPT-4 API from Python code First, install openai python package using the command pip…

    Continue reading

  • How to get access to GPT-4

    How to get access to GPT-4

    In this guide, I show how to get access to GPT-4. What is GPT-4? GPT-4 is the latest AI system from OpenAI, the creator of chatGPT. GPT-4 is more powerful than both chatGPT and GPT3. It can generate better text and code. it can also understand images and explain it back to you using text.…

    Continue reading

  • OpenAI Whisper API: Hands-on Guide

    OpenAI Whisper API: Hands-on Guide

    This guide will walk you through on how to get started with making calls to OpenAI Whisper API. Whisper is an AI model from OpenAI that can be used to convert speech to text. Get your OpenAI API Key First, you need to have an OpenAI Account. If you don’t have one, here is a…

    Continue reading