Skip to content

Commit

Permalink
docs(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
solywsh committed Dec 7, 2022
1 parent 3ec0962 commit 13fca52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ func main() {
defer chat.Close()
question := "你认为2022年世界杯的冠军是谁?"
fmt.Printf("Q: %s\n", question)
_, _ = fmt.Scanln(&question)
answer, err := chat.Chat(question)
if err != nil {
fmt.Println(err)
Expand Down
23 changes: 0 additions & 23 deletions chatgpt_test.go

This file was deleted.

0 comments on commit 13fca52

Please sign in to comment.