Parcourir la source

Update 'chatgpt.go'

sokoow il y a 1 an
Parent
commit
e2e37b9978
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {