/remix-openai

Sample OpenAI integration running on Remix.run

Primary LanguageTypeScript

Remix-OpenAI quickstart

This is an implementation adapted from the official OpenAI Node quickstart

Stack

You can choose whichever deployment target you want, this example uses Netlify.

OpenAI account

You'll need an OpenAI API key.

Development

cp .env.sample .env

Add your API key to .env.

npm install
npm run dev