aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2026-02-01 22:55:32 +0100
committerLeonard Kugis <leonard@kug.is>2026-02-01 22:55:32 +0100
commit812cc11f4273f099fa52d014adaabbd1cebf7ab9 (patch)
tree7bf018e13482751a8b7e68e9c00948b2e75603e0
parent47a154af0b6f15e2a0699325651c33977bb19b40 (diff)
downloadaichat-dev-docker-812cc11f4273f099fa52d014adaabbd1cebf7ab9.tar.gz
Fixed README rendering
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8baddf8..b12aea8 100644
--- a/README.md
+++ b/README.md
@@ -6,18 +6,14 @@ This is a `sigoden/aichat` configuration to be used with docker.
1. Install `docker`, `docker-compose`, `docker-buildx` in your environment
2. Clone this repository and all of its submodules:
-
```bash
git clone --recurse-submodules https://git.kug.is/aichat-dev-docker.git
```
-
3. Build `llm-functions-docker`. Refer to the [llm-functions-docker/README.md](llm-functions-docker/README.md) inside the project for detailed guide.
4. `cd` into this project directory:
-
```bash
cd aichat-dev-docker
```
-
5. Adjust `config/config.yml` and `config/roles/tools.md` to your preferences or keep the defaults. Aichat is configured to use Deepinfra as model host, and role `tools` for tool usage.
6. Copy `docker-config-example.yml` to `docker-compose.yml` and adjust it to your preferences or keep the defaults. It will use directories `work`, `projects` and `config` relative to the project directory. To integrate it into a host installation, you might want to mount `projects` to your local projects folder, and `config` to `~/.config/aichat` to use the same config on host and docker.
7. Collect required API keys and place them in `.env` files.