From eedda0ec4b3ac5ce71b6b1bf28b76b3bcb65e7a4 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 21 Feb 2026 16:31:59 +0300 Subject: Feat (pull/18994): llama.cpp reasoning --- bot.go | 1 - 1 file changed, 1 deletion(-) (limited to 'bot.go') diff --git a/bot.go b/bot.go index f7ba981..af41305 100644 --- a/bot.go +++ b/bot.go @@ -653,7 +653,6 @@ func sendMsgToLLM(body io.Reader) { reasoningText := "" + reasoningBuffer.String() + "" answerText = strings.ReplaceAll(reasoningText, "\n\n", "\n") chunkChan <- answerText - reasoningSent = true } if chunk.Chunk != "" { logger.Warn("text inside of finish llmchunk", "chunk", chunk, "counter", counter) -- cgit v1.2.3