Skip to content

Commit 8be4dfe

Browse files
authored
Update README.md
1 parent d029464 commit 8be4dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030

3131
func main() {
3232
client := openai.NewClient("your token")
33-
resp, err := c.CreateChatCompletion(
33+
resp, err := client.CreateChatCompletion(
3434
context.Background(),
3535
openai.ChatCompletionRequest{
3636
Model: openai.GPT3Dot5Turbo,

0 commit comments

Comments
 (0)