From 88d99133b7adbb36ee84dbb980fa713a059457c4 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 16 Jan 2024 09:55:39 +0100 Subject: [PATCH] Update main.py --- ollama_proxy_server/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ollama_proxy_server/main.py b/ollama_proxy_server/main.py index f98cb99..37ccccf 100644 --- a/ollama_proxy_server/main.py +++ b/ollama_proxy_server/main.py @@ -2,7 +2,7 @@ project: ollama_proxy_server file: main.py author: ParisNeo -description: This is a proxy server that adds a security layet to one or multiple ollama servers and routes the requests to the right server in order to minimize the charge of the server. +description: This is a proxy server that adds a security layer to one or multiple ollama servers and routes the requests to the right server in order to minimize the charge of the server. """ import configparser