diff --git a/src/api.ts b/src/api.ts index d7c7c7f..c7a0fb1 100644 --- a/src/api.ts +++ b/src/api.ts @@ -184,7 +184,7 @@ export class ChatApiManager { this.settings = settings; const newChatClient = this.initializeChatClient(settings); if (!newChatClient) { - new Notice("⚠️ Failed to initialize new chat client. Check your settings."); + return; } this.chatClient = newChatClient; }