Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 724 Bytes

File metadata and controls

30 lines (20 loc) · 724 Bytes

Overview

A simple AI chat app built with Subframe using the following:

Use this as a starting point for your project or continue editing the UI in Subframe.

Getting Started

  1. Download or clone this repo and install the dependencies:
npm install
  1. Replace the OpenAI API key with your own in the .env file:
export OPENAI_API_KEY=your-api-key
  1. Run the project:
npm run dev