Thanks to visit codestin.com
Credit goes to github.com

Skip to content

moriw0/stream-chat

Repository files navigation

ChatGPT streaming

Usage

Install redis

brew install redis

Add User and Chat information on Rails Console

user = User.create(email: '[email protected]', password: 'password', password_confirmation: 'password')
Chat.create(user: user)

Run

bin/dev

Visit

http://lodcalhost:3000/chats/1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published