Update main.py

This commit is contained in:
Saifeddine ALOUI 2024-01-16 09:55:39 +01:00 committed by GitHub
parent 70d3c2b6cc
commit 88d99133b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
project: ollama_proxy_server project: ollama_proxy_server
file: main.py file: main.py
author: ParisNeo 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 import configparser