Skip to content

this gem will easily add a chat app to rails app.

Notifications You must be signed in to change notification settings

ktamulonis/appchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Appchat AI Chatbot Gem

Installation

  1. Add gem to app bundle add appchat

  2. Run installer rails g appchat

  3. Start server bin/dev

  4. Now app is running view the chat in browser at localhost:3000/chats

Ollama Dependency

We use Ollama llama3.1 model for this app which requires a ollama model running on your machine so first install ollama

  1. Install Ollama on your machine ollama.com
  2. Start llama3.1 model ollama run llama3.1

Rails Installation

If you don't already have Rails installed you can get it by following the installation guide for your machine here Rails Installation Guide

About

this gem will easily add a chat app to rails app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published