Merge pull request #1275 from danielaskdd/main

Fix server splash screen format
This commit is contained in:
Daniel.y
2025-04-05 22:14:59 +08:00
committed by GitHub

View File

@@ -173,7 +173,7 @@ def display_splash_screen(args: argparse.Namespace) -> None:
# Banner
ASCIIColors.cyan(f"""
╔══════════════════════════════════════════════════════════════╗
🚀 LightRAG Server v{core_version}/{api_version}
║ 🚀 LightRAG Server v{core_version}/{api_version}
║ Fast, Lightweight RAG Server Implementation ║
╚══════════════════════════════════════════════════════════════╝
""")