Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Mann committed Aug 1, 2020
1 parent 3b08e2d commit 59d7c18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ fmt.Print(resp.Choices[0].Text)
// prints " 13, 17, 19, 23, 29, 31", etc
```

## Documentation

Check out the go docs for more detailed documentation on the types and methods provided: https://pkg.go.dev/github.com/PullRequestInc/go-gpt3

### Full Examples

Try out any of these examples with putting the contents in a `main.go` and running `go run main.go`.
Expand Down

0 comments on commit 59d7c18

Please sign in to comment.