Sfoglia il codice sorgente

Update 'chatgpt.go'

sokoow 1 anno fa
parent
commit
e2e37b9978
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {