ソースを参照

Update 'chatgpt.go'

sokoow 1 年間 前
コミット
e2e37b9978
1 ファイル変更1 行追加1 行削除
  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 {