Revert "Unify reasoning request effect on parsing" This reverts commit ca7d2aeec3c5feb5cf9cc9da0a62159aed87d323.

8387431534e0beddafe85de954128b4a5daf287e

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

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