Category: OpenAI API

  • How to Create Advanced OpenAI GPTs For Your Website

    How to Create Advanced OpenAI GPTs For Your Website

    Dive into advanced GPT creation for websites! Learn to use OpenAI’s Assistant API for custom chatbots, embedding them seamlessly into your site for enhanced user engagement and functionality.

  • How to add Custom OpenAI GPTs to Any Website

    How to add Custom OpenAI GPTs to Any Website

    Introduction Welcome to this online tutorial, where we explore the exciting world of integrating custom GPTs (Generative Pre-trained Transformers) into any website. This tutorial is designed for those who have developed GPTs using the Builder and are now ready to implement them in real-world applications, beyond the confines of the ChatGPT site. We will dive…

  • How to Embed Data into Pinecone using OpenAI and LangChain

    How to Embed Data into Pinecone using OpenAI and LangChain

    In the previous post, “How to transcribe audio files using OpenAI API“, I went through the process of transcribing audio files as a preparation step for creating an AI chatbot that can answer questions based on many podcast episodes. In this post, I will go through the next step of data preparation – embedding vector…

  • How to transcribe audio files using OpenAI API

    How to transcribe audio files using OpenAI API

    When preparing data for an AI Persona Chatbot or any AI program that draws from pre-recorded audio, you might find yourself needing to transcribe large volumes of audio files. One of the tools available for this task is OpenAI’s “Whisper” Automatic Speech Recognition (ASR) system. Whisper has been trained on an extensive dataset that’s both…