Introduction

A tutorial on how to build your own chatgpt plugin. Please read the accompanying blog post for more details!

Prerequisites

  • Docker
  • VS Code

Setup

  1. Clone this repository
  2. Update the env vars in devcontainer.env to match your setup
  3. Open the folder in VS Code in a container
  4. Open a terminal and run poetry install to install the dependencies and then run poetry shell to activate the virtual environment

Usage

Refer to our blog post for further instructions.