Revert "Unify reasoning request effect on parsing" This reverts commit ca7d2aeec3c5feb5cf9cc9da0a62159aed87d323.
| @@ -54,6 +54,8 @@ export function extractReasoningFromData(data) { | |||
| 54 | break; | 54 | break; |
| 55 | 55 | ||
| 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 ?? ''; |