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
commit 0defac0e29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
""")