Skip to content

Commit 08bb798

Browse files
committed
format
1 parent d009c97 commit 08bb798

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/server/webui/src/components/ChatMessage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ export default function ChatMessage({
6262
return { content: msg.content };
6363
}
6464
const REGEX_THINK_OPEN = /<think>|<\|channel\|>analysis<\|message\|>/;
65-
const REGEX_THINK_CLOSE =
66-
/<\/think>|<\|end\|>/;
65+
const REGEX_THINK_CLOSE = /<\/think>|<\|end\|>/;
6766
let actualContent = '';
6867
let thought = '';
6968
let isThinking = false;

0 commit comments

Comments
 (0)