summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-21 16:31:59 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-21 16:31:59 +0300
commiteedda0ec4b3ac5ce71b6b1bf28b76b3bcb65e7a4 (patch)
treed41e2d7b3333bd313617aefcb16ad1c806fbc250 /bot.go
parent96ffbd5cf53c448bdfc0d86f1e7e866a358e01bd (diff)
Feat (pull/18994): llama.cpp reasoning
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go1
1 files changed, 0 insertions, 1 deletions
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 := "<think>" + reasoningBuffer.String() + "</think>"
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)