mirror of
https://github.com/ParisNeo/ollama_proxy_server.git
synced 2025-09-05 20:40:07 +00:00
Update main.py
This commit is contained in:
@@ -61,7 +61,7 @@ def display_config(args, servers, authorized_users):
|
||||
# Additional config details
|
||||
if servers:
|
||||
print("\n🌐 Servers Configuration:")
|
||||
for server in servers.items():
|
||||
for server in servers:
|
||||
ASCIIColors.green(f" {server[0]}: {server[1]}")
|
||||
|
||||
print("\n🔑 Authorized Users:")
|
||||
|
Reference in New Issue
Block a user