Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
successren committed Apr 7, 2024
1 parent 2cc7d47 commit 40346d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,11 @@ bash scripts/run_for_7B_in_M1_mac.sh
```

## USE WITH WEB UI
Open http://0.0.0.0:8777/qanything/ in the browser to use the UI interface
Note that the trailing slash cannot be omitted, otherwise a 404 error will occur
Open http://127.0.0.1:8777/qanything/ in the browser to use the UI interface,

or open http://{your host ip}:8777/qanything/ in the browser to use the UI interface

*Note that the trailing slash cannot be omitted, otherwise a 404 error will occur*

## API Documents
API Documentation is available at [API.md](./docs/API.md).
Expand Down

0 comments on commit 40346d8

Please sign in to comment.