mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix: fix the formating error on qwen3 (#5899)
fix(ModelMessageService): fix the formating error on qwen3
This commit is contained in:
parent
058ea07265
commit
932cd84d3b
@ -57,7 +57,7 @@ export function processPostsuffixQwen3Model(
|
||||
} else {
|
||||
// 思考模式未启用,添加 postsuffix
|
||||
if (!content.endsWith(postsuffix)) {
|
||||
return content + postsuffix
|
||||
return content + ' ' + postsuffix
|
||||
}
|
||||
}
|
||||
} else if (Array.isArray(content)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user