From 87f9efe14318a06003eda3db4c7480a97e9fc20a Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Mon, 29 Jun 2026 16:58:02 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):[#5395]=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E6=96=87=E6=9C=AC=E8=B6=85=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E9=99=90=E5=88=B6=E6=97=A0=E6=8F=90=E7=A4=BA=EF=BC=8C=E8=B6=85?= =?UTF-8?q?=E9=99=90=E6=96=B0=E5=A2=9E=E5=86=85=E5=AE=B9=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E4=B8=8D=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=8F=91=E9=80=81?= =?UTF-8?q?=E5=90=8E=E5=8F=88=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/mixins/chatMixinsV2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiChat/mixins/chatMixinsV2.js b/aiChat/mixins/chatMixinsV2.js index e2f5054..8431818 100644 --- a/aiChat/mixins/chatMixinsV2.js +++ b/aiChat/mixins/chatMixinsV2.js @@ -221,7 +221,7 @@ export const chatMixinsV2 = { return } if (this.loading) return - const prompt = params.prompt + const prompt = params.prompt.substr(0, 500) if (params.init !== 1) { _this.chatMessageList.push({ prompt,