@@ -28,14 +28,13 @@ def print_initializing_banner(version: str = "0.4.25"):
28
28
╚══════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═════╝
29
29
{ Style .RESET_ALL }
30
30
31
- { Fore .YELLOW }
32
- ╔═══════════════════════════════════════════════════════════════╗
33
- ║ ⚠️ INITIALIZING ⚠️ ║
34
- ║ ║
35
- ║ • Server is starting up - please wait ║
36
- ║ • Do not make API requests yet ║
37
- ║ • Wait for the "RUNNING" banner to appear ║
38
- ╚═══════════════════════════════════════════════════════════════╝
31
+ { Fore .YELLOW } ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
32
+ ⚠️ INITIALIZING ⚠️
33
+
34
+ • Server is starting up - please wait
35
+ • Do not make API requests yet
36
+ • Wait for the "RUNNING" banner to appear
37
+ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
39
38
{ Style .RESET_ALL }
40
39
41
40
{ Fore .CYAN } ════════════════════════════════════════════════════════════════════════{ Style .RESET_ALL }
@@ -67,15 +66,14 @@ def print_running_banner(version: str):
67
66
███████╗╚██████╔╝╚██████╗██║ ██║███████╗███████╗██║ ██║██████╔╝
68
67
╚══════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═════╝
69
68
{ Style .RESET_ALL }
70
- { Fore .GREEN }
71
- ╔═══════════════════════════════════════════════════════════════╗
72
- ║ ✅ RUNNING ✅ ║
73
- ║ ║
74
- ║ • Server is ready - you can now make API requests ║
75
- ║ • Prefer to use the client packages for easier interaction ║
76
- ║ • Model loading will continue in the background ║
77
- ║ • API documentation is available below ║
78
- ╚═══════════════════════════════════════════════════════════════╝
69
+ { Fore .GREEN } ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
70
+ ✅ RUNNING ✅
71
+
72
+ • Server is ready - you can now make API requests
73
+ • Prefer to use the client packages for easier interaction
74
+ • Model loading will continue in the background
75
+ • API documentation is available below
76
+ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
79
77
{ Style .RESET_ALL }
80
78
81
79
{ Fore .CYAN } ════════════════════════════════════════════════════════════════════════{ Style .RESET_ALL }
0 commit comments