Replace Cyrillic 'C' in README

This commit is contained in:
bnwlkr
2020-11-23 09:27:18 -08:00
parent 042eff08b4
commit 8e657b396a

View File

@@ -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"},