diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-21 16:31:59 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-21 16:31:59 +0300 |
| commit | eedda0ec4b3ac5ce71b6b1bf28b76b3bcb65e7a4 (patch) | |
| tree | d41e2d7b3333bd313617aefcb16ad1c806fbc250 /bot.go | |
| parent | 96ffbd5cf53c448bdfc0d86f1e7e866a358e01bd (diff) | |
Feat (pull/18994): llama.cpp reasoning
Diffstat (limited to 'bot.go')
| -rw-r--r-- | bot.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
