From 3752040165023b706b4412e88507267b1781650d Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 12 Jan 2026 23:12:27 +0800 Subject: [PATCH] default to continue assistant turns --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index 3adb25dfb..fa98e414f 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -2992,7 +2992,7 @@ ws ::= | " " | "\n" [ \t]{0,20} tools_message_end = adapter_obj.get("tools_end", "") images_added = [] audio_added = [] - continue_assistant_turn = genparams.get('continue_assistant_turn', False) + continue_assistant_turn = genparams.get('continue_assistant_turn', True) latest_turn_was_assistant = False latest_turn_was_tool = False