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 17cdb24 commit 44770b9Copy full SHA for 44770b9
tools/server/webui/src/components/ChatMessage.tsx
@@ -63,7 +63,7 @@ export default function ChatMessage({
63
}
64
const REGEX_THINK_OPEN = /<think>|<\|channel\|>analysis<\|message\|>/;
65
const REGEX_THINK_CLOSE =
66
- /<\/think>|<\|start\|>assistant<\|channel\|>final<\|message\|>/;
+ /<\/think>|<\|end\|>/;
67
let actualContent = '';
68
let thought = '';
69
let isThinking = false;
0 commit comments