From 4337a46ab7bc512aa66d90663d2f40183d393f11 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sun, 4 Feb 2024 17:44:48 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a300cb..34f1049 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Replace `http://localhost:11434/` with the URL and port of the first server. The ### Authorized users (authorized_users.txt) Create a file named `authorized_users.txt` in the same directory as your script, containing a list of user:key pairs, separated by commas and each on a new line: ```text -user1,key1 -user2,key2 +user1:key1 +user2:key2 ``` Replace `user1`, `key1`, `user2`, and `key2` with the desired username and API key for each user. You can also use the `ollama_proxy_add_user` utility to add user and generate a key automatically: