From 5702b1ff44c26d3d2d28a7309e6aa6493a444ab8 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Sun, 16 Aug 2026 16:41:08 +0700 Subject: [PATCH] Fixing print error --- tools/ragroleplay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ragroleplay.py b/tools/ragroleplay.py index bbb6a33..22749ff 100644 --- a/tools/ragroleplay.py +++ b/tools/ragroleplay.py @@ -8,7 +8,6 @@ _EMB_GUIDANCE = "Ragroleplay butuh embedding model set. Atur dulu di TUI: Model def _emb_ready(): if not _emb_url or not _emb_model: - print(f"[ragroleplay] {_EMB_GUIDANCE}", flush=True) return False return True