diff --git a/public/index.html b/public/index.html index 0b14cd608..7891a11f7 100644 --- a/public/index.html +++ b/public/index.html @@ -1377,6 +1377,14 @@

Claude API Key

+
+ Get your key from Anthropic's developer console. +
+
+ + Slack and Poe cookies will not work here, do not bother trying. + +
diff --git a/public/scripts/openai.js b/public/scripts/openai.js index 5ca7b8eeb..008db9978 100644 --- a/public/scripts/openai.js +++ b/public/scripts/openai.js @@ -1022,7 +1022,7 @@ async function getStatusOpen() { } if (oai_settings.chat_completion_source == chat_completion_sources.CLAUDE) { - let status = 'I can\'t validate your key, but I hope it is legit.'; + let status = 'Unable to verify key; assuming it\'s valid.'; setOnlineStatus(status); return resultCheckStatusOpen(); }