Skip to content

CD for a LibreChat implementation for my family. For source code on the app, see danny-avila/LibreChat.

Notifications You must be signed in to change notification settings

bananabrann/chat.brannan.cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibreChat at chat.brannan.cloud

Static Badge Start VM Badge GitHub Issues

This is an implementation of LibreChat, a ChatGPT clone with extra features for general use for my family.

LibreChat brings together the future of assistant AIs with the revolutionary technology of OpenAI's ChatGPT. Celebrating the original styling, LibreChat gives you the ability to integrate multiple AI models. It also integrates and enhances original client features such as conversation and message search, prompt templates and plugins.

With LibreChat, you no longer need to opt for ChatGPT Plus and can instead use free or pay-per-call APIs. We welcome contributions, cloning, and forking to enhance the capabilities of this advanced chatbot platform.

-- from their repo

With a self-hosted LibreChat VM, my family and I no longer need to purchase expensive, rate-limited ChatGPT Pro.

Installation and Setup

LibreChat is hosted on a VM and requires setup and configuration prior to use. Refer to the LibreChat documentation website for any details and questions.

Useful Commands

Assuming the VM is confugred and setup correctly, these are commands that are used frequently, listed here for convenience.

Start the VM

Trigger the GitHub Action.

Stop the VM

Trigger the GitHub Action.

Start Docker process

# Start the process
sudo systemctl start docker

# Confirm Docker is running
docker info

Run an automated update

npm run update:deployed

Stop the docker container

npm run stop:deployed

Start the docker container

npm run start:deployed

First-time start-up for the app

Only use this the first time; use regular node start commands if Docker has run before.

sudo docker-compose -f ./deploy-compose.yml up -d

About

CD for a LibreChat implementation for my family. For source code on the app, see danny-avila/LibreChat.

Resources

Stars

Watchers

Forks

Languages