diff --git a/app/components/chat/Chat.client.tsx b/app/components/chat/Chat.client.tsx index 0b4952f0..b5bb7eff 100644 --- a/app/components/chat/Chat.client.tsx +++ b/app/components/chat/Chat.client.tsx @@ -336,11 +336,6 @@ export const ChatImpl = memo( } const loginKey = getNutLoginKey(); - if (!loginKey) { - toast.error('Please set a login key in the "User Info" settings.'); - return; - } - const anthropicApiKey = Cookies.get(anthropicApiKeyCookieName); if (!loginKey && !anthropicApiKey) {