summaryrefslogtreecommitdiff
path: root/internal/logging/chatlogger.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/logging/chatlogger.go')
-rw-r--r--internal/logging/chatlogger.go3
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"