Merge pull request #3 from bnwlkr/master
Replace Cyrillic 'C' in README
This commit is contained in:
@@ -29,7 +29,7 @@ func main() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Println(resp.Сhoices[0].Text)
|
fmt.Println(resp.Choices[0].Text)
|
||||||
|
|
||||||
searchReq := gogpt.SearchRequest{
|
searchReq := gogpt.SearchRequest{
|
||||||
Documents: []string{"White House", "hospital", "school"},
|
Documents: []string{"White House", "hospital", "school"},
|
||||||
|
|||||||
Reference in New Issue
Block a user