Skip to content

Commit c968c2f

Browse files
committed
Update LLM-X logo
1 parent fc580e3 commit c968c2f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/llm_x/print.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
console = Console(color_system="truecolor", force_terminal=True)
1717

1818
LLM_X_LOGO = """
19-
__ __ __ ___ _ __
20-
/ / / / / |/ / | |/ /
21-
/ / / / / /|_/ /_____| /
22-
/ /___/ /___/ / / /_____/ |
23-
/_____/_____/_/ /_/ /_/|_|
24-
19+
██╗ ██╗ ███╗ ███╗ ██╗ ██╗
20+
██║ ██║ ████╗ ████║ ╚██╗██╔╝
21+
██║ ██║ ██╔████╔██║█████╗╚███╔╝
22+
██║ ██║ ██║╚██╔╝██║╚════╝██╔██╗
23+
███████╗███████╗██║ ╚═╝ ██║ ██╔╝ ██╗
24+
╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝
2525
"""
2626

2727
def display_report(data: dict):

0 commit comments

Comments
 (0)