Fix server splash screen format
This commit is contained in:
parent
75e19a20f0
commit
7b64693bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ def display_splash_screen(args: argparse.Namespace) -> None:
|
||||||
# Banner
|
# Banner
|
||||||
ASCIIColors.cyan(f"""
|
ASCIIColors.cyan(f"""
|
||||||
╔══════════════════════════════════════════════════════════════╗
|
╔══════════════════════════════════════════════════════════════╗
|
||||||
║ 🚀 LightRAG Server v{core_version}/{api_version} ║
|
║ 🚀 LightRAG Server v{core_version}/{api_version} ║
|
||||||
║ Fast, Lightweight RAG Server Implementation ║
|
║ Fast, Lightweight RAG Server Implementation ║
|
||||||
╚══════════════════════════════════════════════════════════════╝
|
╚══════════════════════════════════════════════════════════════╝
|
||||||
""")
|
""")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue