diff options
| author | Leonard Kugis <leonard@kug.is> | 2026-02-01 22:55:32 +0100 |
|---|---|---|
| committer | Leonard Kugis <leonard@kug.is> | 2026-02-01 22:55:32 +0100 |
| commit | 812cc11f4273f099fa52d014adaabbd1cebf7ab9 (patch) | |
| tree | 7bf018e13482751a8b7e68e9c00948b2e75603e0 | |
| parent | 47a154af0b6f15e2a0699325651c33977bb19b40 (diff) | |
| download | aichat-dev-docker-812cc11f4273f099fa52d014adaabbd1cebf7ab9.tar.gz | |
Fixed README rendering
| -rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |
