From 4625aa9fa8835db6d3320fce0f5812167105b1f8 Mon Sep 17 00:00:00 2001 From: sijinhui Date: Fri, 21 Feb 2025 22:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=99=E9=87=8C=E5=A4=9A=E5=86=99=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E4=B8=AAcontinue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- relay/adaptor/openai/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/relay/adaptor/openai/main.go b/relay/adaptor/openai/main.go index 793b481a..243fc266 100644 --- a/relay/adaptor/openai/main.go +++ b/relay/adaptor/openai/main.go @@ -42,7 +42,6 @@ func StreamHandler(c *gin.Context, resp *http.Response, relayMode int) (*model.E if strings.HasPrefix(data, done) { render.StringData(c, data) doneRendered = true - continue } continue } else {