From ca7d2aeec3c5feb5cf9cc9da0a62159aed87d323 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 7 Feb 2025 23:35:07 +0200 Subject: [PATCH] Unify reasoning request effect on parsing --- public/scripts/reasoning.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/scripts/reasoning.js b/public/scripts/reasoning.js index 3535401e5..9e0e9513c 100644 --- a/public/scripts/reasoning.js +++ b/public/scripts/reasoning.js @@ -54,8 +54,6 @@ export function extractReasoningFromData(data) { break; case 'openai': - if (!oai_settings.show_thoughts) break; - switch (oai_settings.chat_completion_source) { case chat_completion_sources.DEEPSEEK: return data?.choices?.[0]?.message?.reasoning_content ?? '';