From d5587a7cc1c9a6295ffe16c355ff34511414d014 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:54:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db4bd87..70c7bc2 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ ``` 5. In your web browser, enter the IP address of your server as prompted and log in to RAGFlow. - > In the given scenario, you only need to enter `http://172.22.0.5` (sans port number) as the default HTTP serving port `80` is omitted when using the default configurations. + > In the given scenario, you only need to enter `http://172.22.0.5` (sans port number) as the default HTTP serving port `80` can be omitted when using the default configurations. 6. In [service_conf.yaml](./docker/service_conf.yaml), select the desired LLM factory in `user_default_llm` and update the `API_KEY` field with the corresponding API key. > See [./docs/llm_api_key_setup.md](./docs/llm_api_key_setup.md) for more information. -- GitLab