We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d009c97 commit 08bb798Copy full SHA for 08bb798
tools/server/webui/src/components/ChatMessage.tsx
@@ -62,8 +62,7 @@ export default function ChatMessage({
62
return { content: msg.content };
63
}
64
const REGEX_THINK_OPEN = /<think>|<\|channel\|>analysis<\|message\|>/;
65
- const REGEX_THINK_CLOSE =
66
- /<\/think>|<\|end\|>/;
+ const REGEX_THINK_CLOSE = /<\/think>|<\|end\|>/;
67
let actualContent = '';
68
let thought = '';
69
let isThinking = false;
0 commit comments