- minimal setup with anthropic api key and web search
just clone and update all "UPDATE_THIS"
see following for more details
- https://www.librechat.ai/toolkit/creds_generator
- https://docs.searxng.org/admin/settings/settings.html
cp .env.example .env
cp searxng.settings.example.yml searxng.settings.yml
grep -rni UPDATE_THIS searxng.settings.yml .envthen launche containers
docker compose up -dafter boot process complete, librechat will show at:
open http://localhost:3080
# or following if youre using linux
xdg-open http://localhost:3080
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]