Update README.md

This commit is contained in:
sashabaranov
2023-03-04 15:19:19 +04:00
committed by GitHub
parent 47887bf123
commit 656f6b174c

View File

@@ -24,7 +24,7 @@ package main
import ( import (
"context" "context"
"fmt" "fmt"
gogpt "github.com/sashabaranov/go-gpt3" gogpt "github.com/sashabaranov/go-openai"
) )
func main() { func main() {