From 6d9d7159489f17af9d45305bbf42b92e7ebf1796 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 23:37:19 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20KoboldAI.json:=20"OUPUT"=20?= =?UTF-8?q?=E2=86=92=20"OUTPUT"=20(#5282)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Initial plan * Fix typo in KoboldAI.json: "OUPUT" → "OUTPUT" Co-authored-by: Cohee1207 <18619528+Cohee1207@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Cohee1207 <18619528+Cohee1207@users.noreply.github.com> --- default/content/presets/instruct/KoboldAI.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/content/presets/instruct/KoboldAI.json b/default/content/presets/instruct/KoboldAI.json index d07d52291..bf78dbb98 100644 --- a/default/content/presets/instruct/KoboldAI.json +++ b/default/content/presets/instruct/KoboldAI.json @@ -1,6 +1,6 @@ { "input_sequence": "{{[INPUT]}}", - "output_sequence": "{{[OUPUT]}}", + "output_sequence": "{{[OUTPUT]}}", "last_output_sequence": "", "system_sequence": "{{[SYSTEM]}}", "stop_sequence": "",