Update README.md

This commit is contained in:
Saifeddine ALOUI 2024-01-16 09:17:04 +01:00 committed by GitHub
parent 9aed9ba46b
commit 91b0d1698a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.