From f9e9802408e23a2d555d36db5b07b92f7114bdcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=B3=E7=81=BF=E5=A5=87?= Date: Fri, 13 Oct 2023 10:09:18 +0800 Subject: [PATCH] Update README.md update local model readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d9689f3..d9cc7d5c 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ All generated code will be stored in the folder `workspace` inside the folder na ## 🐳 How to start gpt-pilot in docker? 1. `git clone https://github.com/Pythagora-io/gpt-pilot.git` (clone the repo) -2. Update the `docker-compose.yml` environment variables, which can be done via `docker compose config` +2. Update the `docker-compose.yml` environment variables, which can be done via `docker compose config` . if you use local model, please go to [https://localai.io/basics/getting_started/](https://localai.io/basics/getting_started/) start. 3. run `docker compose build`. this will build a gpt-pilot container for you. 4. run `docker compose up`. 5. access the web terminal on `port 7681`