Browse Source

Update 'chatgpt.go'

sokoow 1 year ago
parent
commit
e2e37b9978
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chatgpt.go

+ 1 - 1
chatgpt.go

@@ -4,7 +4,7 @@ import (
 	"context"
 	"time"
 
-	gogpt "github.com/sashabaranov/go-gpt3"
+	gogpt "github.com/sashabaranov/go-openai"
 )
 
 type ChatGPT struct {