diff --git a/Chat.go b/Chat.go index cf9bcac..7fa6898 100644 --- a/Chat.go +++ b/Chat.go @@ -349,6 +349,7 @@ func generateHelpChatHTML() string { func generateEnterKeyChatHTML() string { welcomeMessage := ` +

API keys

JADE require at least one API key to work. Add one in the settings at the bottom right of the page.

API keys are unique codes that allow you to access and use different Large Language Model (LLM) providers.

Most providers offer free credits when you first sign up or per month, which means you have a balance in your account that you can use to generate messages.

diff --git a/views/partials/chat-input.html b/views/partials/chat-input.html index 9eb7406..d8ff82a 100644 --- a/views/partials/chat-input.html +++ b/views/partials/chat-input.html @@ -1,4 +1,5 @@ -{% if IsSubscribed or not IsLimiteReached or not IsLogin %} +{% if IsLogin %} +{% if IsSubscribed or not IsLimiteReached %}
@@ -35,6 +36,7 @@
{% endif %} +{% endif %}