estherjk / openai-playground

My personal OpenAI playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openai-playground

My personal OpenAI playground.

Tech Stack

Getting Started

Installing dependencies

npm install

# Configuring husky
npm run prepare

OpenAI API Key

Make a copy of the example environment variables file:

cp .env.example .env

Then, add your API key to the newly created .env file.

Running the development server

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

My personal OpenAI playground


Languages

Language:TypeScript 78.2%Language:CSS 19.8%Language:JavaScript 1.2%Language:Shell 0.7%