Fix server splash screen format

This commit is contained in:
yangdx
2025-04-05 22:05:05 +08:00
parent 75e19a20f0
commit 7b64693bcd

View File

@@ -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 ║
╚══════════════════════════════════════════════════════════════╝ ╚══════════════════════════════════════════════════════════════╝
""") """)