From 4291a95e2775c17c70123d543efc850cf0a1d15a Mon Sep 17 00:00:00 2001 From: cookeem Date: Mon, 13 Feb 2023 11:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6bb71b7..b5fdd77 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/gin-gonic/gin v1.8.2 github.com/google/uuid v1.3.0 github.com/gorilla/websocket v1.5.0 - github.com/sashabaranov/go-gpt3 v1.0.0 + github.com/sashabaranov/go-gpt3 v1.0.1 github.com/sirupsen/logrus v1.9.0 gopkg.in/yaml.v3 v3.0.1 )