/openai-research

Primary LanguagePythonMIT LicenseMIT

OpenAI API Hack Day

Installation

I recommend using venv to manage python environments on your machine. I'm using Makefiles to speed this up. Review the Makefile for additional commands like save, run, and clean.

Build

make setup

.env

Copy the example .env and add your OpenAI API key to this file

cp .example.env .env

Run

make run