Skip to content

Commit

Permalink
Merge pull request #26 from tkawachi/fix-debug-msg
Browse files Browse the repository at this point in the history
Improve logging of messages in aichat.go
  • Loading branch information
tkawachi authored May 7, 2023
2 parents a53231b + a81a6b7 commit a0e20ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aichat.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func main() {
} else {
messages := prompt.CreateMessages(input)
if verbose {
log.Printf("messages: %+v", messagesSlice)
log.Printf("messages: %+v", messages)
}
messagesSlice = [][]gogpt.ChatCompletionMessage{messages}
}
Expand Down

0 comments on commit a0e20ec

Please sign in to comment.