From 812cc11f4273f099fa52d014adaabbd1cebf7ab9 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sun, 1 Feb 2026 22:55:32 +0100 Subject: Fixed README rendering --- README.md | 4 ---- 1 file changed, 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. -- cgit v1.2.3