From 14078ac54ff838bf743216841ed2694f638fbef8 Mon Sep 17 00:00:00 2001 From: Vinlic Date: Sun, 28 Apr 2024 10:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/controllers/chat.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/controllers/chat.ts b/src/api/controllers/chat.ts index 64dd45a..08c8bea 100644 --- a/src/api/controllers/chat.ts +++ b/src/api/controllers/chat.ts @@ -185,7 +185,6 @@ async function createCompletion( : []; // 请求流 - console.log(refConvId) const token = await acquireToken(refreshToken); const result = await axios.post( "https://chatglm.cn/chatglm/backend-api/assistant/stream",