writinwaters
commited on
Commit
·
16d9d00
1
Parent(s):
f17062b
Update README.md
Browse files
README.md
CHANGED
@@ -128,7 +128,7 @@
|
|
128 |
```
|
129 |
|
130 |
5. In your web browser, enter the IP address of your server as prompted and log in to RAGFlow.
|
131 |
-
> In the given scenario, you only need to enter `http://172.22.0.5` (sans port number) as the default HTTP serving port `80`
|
132 |
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.
|
133 |
|
134 |
> See [./docs/llm_api_key_setup.md](./docs/llm_api_key_setup.md) for more information.
|
|
|
128 |
```
|
129 |
|
130 |
5. In your web browser, enter the IP address of your server as prompted and log in to RAGFlow.
|
131 |
+
> 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.
|
132 |
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.
|
133 |
|
134 |
> See [./docs/llm_api_key_setup.md](./docs/llm_api_key_setup.md) for more information.
|