mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-01 04:40:22 +02:00
Unify reasoning request effect on parsing
This commit is contained in:
parent
28ba262087
commit
ca7d2aeec3
@ -54,8 +54,6 @@ export function extractReasoningFromData(data) {
|
||||
break;
|
||||
|
||||
case 'openai':
|
||||
if (!oai_settings.show_thoughts) break;
|
||||
|
||||
switch (oai_settings.chat_completion_source) {
|
||||
case chat_completion_sources.DEEPSEEK:
|
||||
return data?.choices?.[0]?.message?.reasoning_content ?? '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user