diff --git a/README.md b/README.md index 2ac7ffb..c0b3702 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ func main() { if err != nil { return } - fmt.Println(resp.Сhoices[0].Text) + fmt.Println(resp.Choices[0].Text) searchReq := gogpt.SearchRequest{ Documents: []string{"White House", "hospital", "school"},