Unify reasoning request effect on parsing

ca7d2aeec3c5feb5cf9cc9da0a62159aed87d323

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -2Showing whitespace changes
public/scripts/reasoning.js+0 -2
@@ -54,8 +54,6 @@ export function extractReasoningFromData(data) {
5454 break;
5555
5656 case 'openai':
57- if (!oai_settings.show_thoughts) break;
58-
5957 switch (oai_settings.chat_completion_source) {
6058 case chat_completion_sources.DEEPSEEK:
6159 return data?.choices?.[0]?.message?.reasoning_content ?? '';