From 2bc18617bad5ea03c7e91309433458d29d2f0e9b Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:52:17 +0800 Subject: [PATCH] move jinja to the quick tab --- koboldcpp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index cf2b6f51a..6e1a5f697 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -8652,7 +8652,8 @@ def show_gui(): "Remote Tunnel": [remotetunnel_var, "Creates a trycloudflare tunnel.\nAllows you to access koboldcpp from other devices over an internet URL."], "Use FlashAttention": [flashattention_var, "Enable flash attention for GGUF models."], "Force AutoFit": [autofit_var, "Automatically attempt to fit the model in the best possible way. Overrides everything else.\nNot recommended for multi model setups. Experimental."], - "Quiet Mode": [quietmode, "Prevents all generation related terminal output from being displayed."] + "Quiet Mode": [quietmode, "Prevents all generation related terminal output from being displayed."], + "Use Jinja": [jinja_var, "Enables using jinja chat template formatting for chat completions endpoint. Other endpoints are unaffected."] } for idx, (name, properties) in enumerate(quick_boxes.items()):