Remove login key requirement

This commit is contained in:
Brian Hackett 2025-02-21 09:24:07 -08:00
parent 65df615702
commit a489a8d749

View File

@ -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) {