Update README.md

This commit is contained in:
sashabaranov
2023-03-04 20:59:37 +04:00
committed by GitHub
parent d0294641ce
commit 8be4dfe746

View File

@@ -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,