Skip to content

Pioneer-Dev-AI/streaming-list-from-gpt

Repository files navigation

Welcome to Streaming List from GPT App

This application allows users to generate and edit a list of facts based on a user-provided topic, leveraging OpenAI's language model and streaming the response back to the client.

📖 For more information on the underlying technologies, see the Remix docs and the Remix Vite docs.

Setup

Before development or deployment, make sure to set up your environment variables:

  1. Copy the .env.example file to .env:
    cp .env.example .env
  2. Obtain an API key from OpenAI and paste it into the .env file. For more details on getting an API key, visit the OpenAI documentation.

Development

Run the Vite dev server:

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •