From 45b1a28b21b0bdce7ebc7b0ea1fbab18b791741e Mon Sep 17 00:00:00 2001 From: chenxi Date: Mon, 15 May 2023 17:48:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20go-openai?= 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 ba40dd7..46efb00 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/pkoukk/tiktoken-go v0.1.0 github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 github.com/samber/lo v1.27.1 - github.com/sashabaranov/go-openai v1.7.0 + github.com/sashabaranov/go-openai v1.9.4 github.com/sirupsen/logrus v1.9.0 github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.15.0