From 500e940f75a45ffe34623509ee81464ce51c97b6 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 16 Jul 2025 04:55:32 +0800 Subject: [PATCH] Remove max token summary display from splash screen --- lightrag/api/utils_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lightrag/api/utils_api.py b/lightrag/api/utils_api.py index b7099bb3..ad5d13c9 100644 --- a/lightrag/api/utils_api.py +++ b/lightrag/api/utils_api.py @@ -278,7 +278,6 @@ def display_splash_screen(args: argparse.Namespace) -> None: ASCIIColors.yellow(f"{args.cosine_threshold}") ASCIIColors.white(" ├─ Top-K: ", end="") ASCIIColors.yellow(f"{args.top_k}") - ASCIIColors.white(" ├─ Max Token Summary: ", end="") ASCIIColors.white(" └─ Force LLM Summary on Merge: ", end="") ASCIIColors.yellow( f"{get_env_value('FORCE_LLM_SUMMARY_ON_MERGE', DEFAULT_FORCE_LLM_SUMMARY_ON_MERGE, int)}"