Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/app/docs/streaming-chat/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This guide will walk you through adding a ChatGPT-like messaging stream to your

## Setup

### Prerequisites

It is assumed that your app is using [Devise](https://github.com/heartcombo/devise), and you have a User model.

### Gemfile

First, add the ruby-openai gem! It needs to be at least version 4. Add Sidekiq too if you don't have it.
Expand Down