Skip to content

Commit

Permalink
fix wrong part
Browse files Browse the repository at this point in the history
  • Loading branch information
zRzRzRzRzRzRzR committed Jun 20, 2024
1 parent 9ef9e02 commit d4fbcc7
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,15 +402,17 @@ Successful startup output:
![WebUI](docs/img/langchain_chatchat_webui.png)

> [!WARNING]
> As the DEFAULT_BIND_HOST of the chatchat-config server configuration is set to 127.0.0.1 by default, it cannot be
> As the `DEFAULT_BIND_HOST` of the chatchat-config server configuration is set to `127.0.0.1` by default, it cannot be
> accessed through other IPs.
>
> To modify, refer to the following method:
><details>
>```shell
>chatchat-config server --show
>```
>You will get:
> <details>
> <summary>Instructions</summary>
>
> ```shell
> chatchat-config server --show
> ```
> You will get:
> ```text
> {
> "HTTPX_DEFAULT_TIMEOUT": 300.0,
Expand All @@ -429,11 +431,11 @@ Successful startup output:
> "class_name": "ConfigServer"
> }
> ```
> To access via the machine's IP (such as in a Linux system), change the listening address to 0.0.0.0.
> To access via the machine's IP (such as in a Linux system), change the listening address to `0.0.0.0`.
> ```shell
> chatchat-config server --default_bind_host=0.0.0.0
> ```
> you will get:
> You will get:
> ```text
> {
> "HTTPX_DEFAULT_TIMEOUT": 300.0,
Expand All @@ -452,7 +454,8 @@ Successful startup output:
> "class_name": "ConfigServer"
> }
> ```
</details>
> </details>
### Migration from Older Versions
Expand Down

0 comments on commit d4fbcc7

Please sign in to comment.