From 2a46750ee9994e63c0646c12ddc8671d2528fa0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Tue, 30 May 2023 12:10:54 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2d0f3..b74ef18 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ python3 api-server.py [-h] -m MODEL [--host HOST] [--port PORT] 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`. * `--port`: Specifies the port number to listen on. Defaults to `8080`. * `--api`: Specifies the URL of the API server. Defaults to `http://localhost:7331`.