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) {
5454 break;
5555
5656 case 'openai':
57+ if (!oai_settings.show_thoughts) break;
58+
5759 switch (oai_settings.chat_completion_source) {
5860 case chat_completion_sources.DEEPSEEK:
5961 return data?.choices?.[0]?.message?.reasoning_content ?? '';