From 9f9f4b68efaa0294090b955abae1239b353cf5a5 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 23 Jun 2025 16:11:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e475db7..198883d 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Ollama Proxy Server is a lightweight, secure proxy server designed to add a secu ```plaintext ollama_proxy_server/ |- add_user.py # Script to add users to the authorized list - |- authorized_users.txt.example # Example authorized users file - |- config.ini.example # Example configuration file |- main.py # Main proxy server script + example.authorized_users.txt # Example authorized users file + example.config.ini # Example configuration file .gitignore # Git ignore file Dockerfile # Docker configuration LICENSE # Apache 2.0 license text