From 751e72dcd762ce7c834620d800d560832db04a3b Mon Sep 17 00:00:00 2001 From: MrBounty Date: Tue, 6 Aug 2024 11:31:28 +0200 Subject: [PATCH] Better enter key page --- Chat.go | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Chat.go b/Chat.go index 5a7c820..6884cc6 100644 --- a/Chat.go +++ b/Chat.go @@ -364,16 +364,10 @@ func generateEnterKeyChatHTML() string {

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 minute, which means you have a balance in your account that you can use to generate messages.

You pay for the service based on the number of tokens input and generated. A token is a small unit of text, roughly equivalent to 3 characters. So, a small input and output text will cost very little.

-

Pricing Examples

- -

Remember, prices and token limits may vary depending on the provider and the specific LLM you're using.

Start for free

Groq and Google offer free messages per minutes, enough for a conversation. Allowing you to use their models with JADE for free.

OpenAI and Anthropic offer 5$ of free credits when creating an account. So you can try JADE with their models for free.

+

As an example, I have been using the app for 5 months, sending around 1000 messages/month and it cost me 2-3$/month. While using GPT4, Claude 3.5, Codestral, Gemini 1.5 pro, Llama 70b, ect.

Get a key

To get a key and learn more about the different LLM providers and their offerings, check out their websites:

Get Google API key +Get Nvidia NIM API key Get Fireworks API key -` + +

Note: Key are encrypted and saved on a secure database link only with the app.

` htmlString := "
"