Project

appchat

0.0
The project is in a healthy, maintained state
The best and easiest framework for adding AI chats
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 12.0

Runtime

~> 1.3.0
>= 6.0
 Project Readme

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