Browse Source

Improve print

master
Yang Luo 2 years ago
parent
commit
2c2b7771ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      controllers/message.go

+ 1
- 1
controllers/message.go View File

@@ -142,7 +142,7 @@ func (c *ApiController) GetMessageAnswer() {

fmt.Printf("Question: [%s]\n", question)
fmt.Printf("Context: [%s]\n", nearestText)
fmt.Printf("Refined Question: [%s]\n", realQuestion)
// fmt.Printf("Refined Question: [%s]\n", realQuestion)
fmt.Printf("Answer: [")

writer := &RefinedWriter{*c.Ctx.ResponseWriter, *NewCleaner(6), []byte{}}


Loading…
Cancel
Save