From 4e387999057672aa1d49d5ee4f1a8211b58ab37c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:40:04 +0000 Subject: [PATCH] Update module github.com/sashabaranov/go-gpt3 to v1.17.11 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 089dd74..3a657d4 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.14 require ( github.com/bwmarrin/discordgo v0.27.1 - github.com/sashabaranov/go-gpt3 v1.3.3 + github.com/sashabaranov/go-gpt3 v1.17.11 github.com/spf13/cobra v1.8.0 github.com/spf13/viper v1.17.0 github.com/stretchr/testify v1.8.4