Unify reasoning request effect on parsing

ca7d2aeec3c5feb5cf9cc9da0a62159aed87d323

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

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