From 8be4dfe746c577c14c3d5069a30dd98bf2449e77 Mon Sep 17 00:00:00 2001 From: sashabaranov <677093+sashabaranov@users.noreply.github.com> Date: Sat, 4 Mar 2023 20:59:37 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,