We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d029464 commit 8be4dfeCopy full SHA for 8be4dfe
README.md
@@ -30,7 +30,7 @@ import (
30
31
func main() {
32
client := openai.NewClient("your token")
33
- resp, err := c.CreateChatCompletion(
+ resp, err := client.CreateChatCompletion(
34
context.Background(),
35
openai.ChatCompletionRequest{
36
Model: openai.GPT3Dot5Turbo,
0 commit comments