From fd592f43feef8a891ff6f131aa71e9e6375310e7 Mon Sep 17 00:00:00 2001 From: vegu-ai-tools <152010387+vegu-ai-tools@users.noreply.github.com> Date: Mon, 11 May 2026 14:09:43 +0300 Subject: [PATCH] clean up debug logging in KoboldCppClient --- src/talemate/client/koboldcpp.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/talemate/client/koboldcpp.py b/src/talemate/client/koboldcpp.py index 16779a15..0319a32d 100644 --- a/src/talemate/client/koboldcpp.py +++ b/src/talemate/client/koboldcpp.py @@ -688,15 +688,10 @@ class KoboldCppClient(OpenAIVisionMixin, ClientBase): apis_value.append(existing_slug) tts_agent.actions["_config"].config["apis"].value = apis_value return True + # Already tracking and enabled. If two distinct clients ever end # up with the same configured URL, the first to register owns - # the backend — record this at debug for traceability. - log.debug( - "KoboldCpp TTS auto-setup: backend already tracking this URL", - client=self.name, - slug=existing_slug, - url=target_url, - ) + # the backend return False # voices_loaded is False (definitive: kobold up, no TTS model). Auto-