cchat/README.md
2024-07-19 00:10:34 +02:00

11 lines
197 B
Markdown

# cchat
language model interface
## Docker
To run the application in a docker container, first customize the docker-compose file.
Then run the following command:
```bash
docker compose up -d
```