diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-06 10:56:27 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-06 10:56:27 +0300 |
| commit | 320de746f7a2985b60c8564a0e65bdf231e840b7 (patch) | |
| tree | e70bcf50813dba411afa2934e774383124bbc99e /internal/logging/chatlogger.go | |
| parent | 06247527d5170f329b454b42f59a3e4434ab1f4b (diff) | |
use gofumpt
Diffstat (limited to 'internal/logging/chatlogger.go')
| -rw-r--r-- | internal/logging/chatlogger.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/logging/chatlogger.go b/internal/logging/chatlogger.go index 2f2fc99..b2d8684 100644 --- a/internal/logging/chatlogger.go +++ b/internal/logging/chatlogger.go @@ -14,7 +14,8 @@ func NewChatLogger(provider string) ChatLogger { func (cl ChatLogger) LogStart(stream bool, model string, temp float64, maxTokens int, stop []string, messages []struct { Role string Content string -}) { +}, +) { chatOrStream := "chat" if stream { chatOrStream = "stream" |
