Skip to content

bearoffwork/chat

Repository files navigation

My liberchat setup, WIP

  • minimal setup with anthropic api key and web search

useage

just clone and update all "UPDATE_THIS"

see following for more details

cp .env.example .env
cp searxng.settings.example.yml searxng.settings.yml
grep -rni UPDATE_THIS searxng.settings.yml .env

then launche containers

docker compose up -d

after boot process complete, librechat will show at:

open http://localhost:3080
# or following if youre using linux
xdg-open http://localhost:3080

Tips

To create a account without access to web page

docker compose exec api npm run create-user ${email} ${name} ${uesrname}
# Usage: npm run create-user <email> <name> <username> [--email-verified=false]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors