From 6610f33b658e553a4f91bf80a343faf73d3c436d Mon Sep 17 00:00:00 2001 From: xlj <543978819@qq.com> Date: Mon, 11 Aug 2025 14:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2ai=20api=E5=88=B0google?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Scripts/test/ChatAIService.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/Scripts/test/ChatAIService.ts b/assets/Scripts/test/ChatAIService.ts index d1d79943..66e920fb 100644 --- a/assets/Scripts/test/ChatAIService.ts +++ b/assets/Scripts/test/ChatAIService.ts @@ -44,7 +44,6 @@ export class ChatAIService { config: { temperature: API_CONFIG.temperature, systemInstruction: systemInstruction - }, }); this.chatInstances.set(roleId, chat);