From: Pascal Date: Thu, 9 Oct 2025 15:36:29 +0000 (+0200) Subject: No markdown in cot (#16483) X-Git-Tag: upstream/0.0.6764~42 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8328fd4bae76fc027f8ca0e9a05acd3788dabe3f;p=pkg%2Fggml%2Fsources%2Fllama.cpp No markdown in cot (#16483) * fix: let the model think in plaintext * chore: npm run format + npm run build --- diff --git a/tools/server/public/index.html.gz b/tools/server/public/index.html.gz index 8d57b4a1..550df72e 100644 Binary files a/tools/server/public/index.html.gz and b/tools/server/public/index.html.gz differ diff --git a/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageThinkingBlock.svelte b/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageThinkingBlock.svelte index 76861a66..9245ad51 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageThinkingBlock.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageThinkingBlock.svelte @@ -4,7 +4,6 @@ import * as Collapsible from '$lib/components/ui/collapsible/index.js'; import { buttonVariants } from '$lib/components/ui/button/index.js'; import { Card } from '$lib/components/ui/card'; - import { MarkdownContent } from '$lib/components/app'; import { config } from '$lib/stores/settings.svelte'; interface Props { @@ -59,7 +58,9 @@
- +
+ {reasoningContent ?? ''} +