diff --git a/record.go b/record.go index b0cdff8..237a3c5 100644 --- a/record.go +++ b/record.go @@ -83,7 +83,6 @@ func recordAssistantResponse(contentType string, db *gorm.DB, trackID uuid.UUID, continue } result += chunk.Choices[0].Delta.Content - log.Println(line) } } else if strings.HasPrefix(contentType, "application/json") { var fetchResp FetchModeResponse