Updated README

This commit is contained in:
Julian Müller (ChaoticByte) 2023-05-30 12:10:54 +02:00
parent ae0058bdee
commit 2a46750ee9

View file

@ -42,7 +42,7 @@ python3 api-server.py [-h] -m MODEL [--host HOST] [--port PORT]
The following command-line options are available: The following command-line options are available:
* `--profile`: Path to the profile file for the model. Defaults to `./profiles/koala.json`. * `--profile`: Path to the profile file for the model.
* `--host`: Specifies the IP address or hostname to listen on. Defaults to `localhost`. * `--host`: Specifies the IP address or hostname to listen on. Defaults to `localhost`.
* `--port`: Specifies the port number to listen on. Defaults to `8080`. * `--port`: Specifies the port number to listen on. Defaults to `8080`.
* `--api`: Specifies the URL of the API server. Defaults to `http://localhost:7331`. * `--api`: Specifies the URL of the API server. Defaults to `http://localhost:7331`.