mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 15:49:29 +08:00
fix: reset hasReasoningContent (#5563)
This commit is contained in:
parent
18092480f2
commit
cb9c42b262
@ -565,6 +565,7 @@ export default class OpenAIProvider extends BaseProvider {
|
|||||||
time_first_content_millsec = 0
|
time_first_content_millsec = 0
|
||||||
thinkingContent = ''
|
thinkingContent = ''
|
||||||
isFirstThinkingChunk = true
|
isFirstThinkingChunk = true
|
||||||
|
hasReasoningContent = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user