sync
This commit is contained in:
parent
841765df05
commit
82d1b6a652
|
@ -52,8 +52,8 @@ def main():
|
|||
servers = get_config(args.config)
|
||||
authorized_users = get_authorized_users(args.users_list)
|
||||
deactivate_security = args.deactivate_security
|
||||
print("Ollama Proxy server")
|
||||
print("Author: ParisNeo")
|
||||
ASCIIColors.red("Ollama Proxy server")
|
||||
ASCIIColors.red("Author: ParisNeo")
|
||||
|
||||
class RequestHandler(BaseHTTPRequestHandler):
|
||||
def add_access_log_entry(self, event, user, ip_address, access, server, nb_queued_requests_on_server, error=""):
|
||||
|
@ -103,6 +103,7 @@ def main():
|
|||
return False
|
||||
except:
|
||||
return False
|
||||
|
||||
def proxy(self):
|
||||
if not deactivate_security and not self._validate_user_and_key():
|
||||
ASCIIColors.red(f'User is not authorized')
|
||||
|
|
Loading…
Reference in New Issue