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);