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