From 91b0d1698a76af622cafb1a64b6930d1671f65de Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 16 Jan 2024 09:17:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e57c28..76c1e75 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Replace `user1`, `key1`, `user2`, and `key2` with the desired username and API k ### Starting the server Start the Ollama Proxy Server by running the following command in your terminal: ```bash -ollama_proxy_server +ollama_proxy_server --config [configuration file path] --users_list [users list file path] --port [port number to access the proxy] ``` The server will listen on port 808x, with x being the number of available ports starting from 0 (e.g., 8080, 8081, etc.). The first available port will be automatically selected if no other instance is running.