Skip to content

Commit

Permalink
docs: Fix port error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Apr 12, 2024
1 parent 5e618e1 commit 442a6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/application/advanced_tutorial/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
```

#### Webserver command
The front-end service can be started through `dbgpt start webserver`, the default port is 5000, and can be accessed through `http://127.0.0.1:5670`
The front-end service can be started through `dbgpt start webserver`, the default port is 5670, and can be accessed through `http://127.0.0.1:5670`

```python
~ dbgpt start webserver --help
Expand Down

0 comments on commit 442a6a0

Please sign in to comment.