diff --git a/README.md b/README.md index 16bdd8d..c5ece9d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ import ( func main() { client := openai.NewClient("your token") - resp, err := c.CreateChatCompletion( + resp, err := client.CreateChatCompletion( context.Background(), openai.ChatCompletionRequest{ Model: openai.GPT3Dot5Turbo,