mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-02 12:09:31 +02:00
762 B
762 B
Quick install instructions
git clone https://github.com/vegu-ai/talemate.gitcd talemate- copy config file
- linux:
cp config.example.yaml config.yaml - windows:
copy config.example.yaml config.yaml(or just copy the file and rename it via the file explorer)
- linux:
docker compose up- Navigate your browser to http://localhost:8082
!!! info "Pre-built Images"
The default setup uses pre-built images from GitHub Container Registry that include CUDA support by default. To manually build the container instead, use docker compose -f docker-compose.manual.yml up --build.
!!! note
When connecting local APIs running on the hostmachine (e.g. text-generation-webui), you need to use host.docker.internal as the hostname.