From 316b32c525bbe2acf2fe64b95bebf8b36f1960ed Mon Sep 17 00:00:00 2001 From: Bojidar Markov <75314475+boshk0@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:04:58 +0200 Subject: [PATCH] Update API guidance (#1924) Signed-off-by: Bojidar Markov <75314475+boshk0@users.noreply.github.com> --- gpt4all-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-api/README.md b/gpt4all-api/README.md index 577bbd3e..5025e041 100644 --- a/gpt4all-api/README.md +++ b/gpt4all-api/README.md @@ -43,7 +43,7 @@ Run ```bash docker compose up --build ``` -and edit files in the `api` directory. The api will hot-reload on changes. +and edit files in the `app` directory. The api will hot-reload on changes. You can run the unit tests with