From 6b88602673c4c5bf4b3b7895f1c57c29ccd25345 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 10 Jan 2024 06:53:38 +0900 Subject: [PATCH] Fix conditional statement in ProomptItem.svelte --- src/lib/UI/ProomptItem.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/UI/ProomptItem.svelte b/src/lib/UI/ProomptItem.svelte index 6a9a0f2d..3316d515 100644 --- a/src/lib/UI/ProomptItem.svelte +++ b/src/lib/UI/ProomptItem.svelte @@ -47,7 +47,7 @@ {/if} - {#if proompt.type === 'plain' || proompt.type === 'jailbreak'} + {#if proompt.type === 'plain' || proompt.type === 'jailbreak' || proompt.type === 'cot'} {language.specialType} {language.noSpecialType}