瀏覽代碼

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 {