mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Reduce the number of notices
This commit is contained in:
parent
108eb0c251
commit
900ba5f849
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue