4th generation of Open Chat, written in Go. Now with peer-to-peer federation using libp2p.
Edit the .env
LOCALAI_ENDPOINT=...
DEEPINFRA_API_KEY=...
OPENAI_API_KEY=...
You may edit the accessible models and base-bot configuration in backend/api/msgmate/botProfile.json
(WIP).
WIP, for a rough overview see _docs/federation.md
.
docker compose -f compose-dev.yaml build
docker compose -f compose-dev.yaml up
docker compose build
docker compose up