This commit is contained in:
cookeem
2023-02-13 11:10:46 +08:00
parent 5df6c92050
commit 4291a95e27

2
go.mod
View File

@@ -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
)