From 00937b76536a5924eba495411ad654183917707a Mon Sep 17 00:00:00 2001 From: MrBounty Date: Wed, 17 Jul 2024 19:40:22 +0200 Subject: [PATCH] Better text Added buttons in the Enter API page Changed text in Welcome page --- Chat.go | 59 ++++++++++++++++++++++++++------ views/partials/welcome-chat.html | 29 +++++----------- 2 files changed, 58 insertions(+), 30 deletions(-) diff --git a/Chat.go b/Chat.go index 71a0af3..602e1e2 100644 --- a/Chat.go +++ b/Chat.go @@ -351,16 +351,55 @@ func generateEnterKeyChatHTML() string {

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

Get a key

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

- - ` + + Get OpenAI API key + + + Get Anthropic API key + + + Get Mistral API key + + + Get Groq API key + + + Get Google API key + + + Get Perplexity API key + + + Get Fireworks API key +` htmlString := "
" diff --git a/views/partials/welcome-chat.html b/views/partials/welcome-chat.html index 9c720cf..81c8a5c 100644 --- a/views/partials/welcome-chat.html +++ b/views/partials/welcome-chat.html @@ -3,26 +3,16 @@

I often use LLMs and quickly found myself asking GPT4, Gemini and Claude the same question. I wanted to be able to ask the same question to multiple - models, compare their answers and pick the best one. + models, compare their answers and pick the best one. So I did JADE.

- So I built a simple chatbot that use different LLM APIs. You can create bots - with a specific model and prompt. You can select as many bots to answer a - question. You can then compare the answers and choose the best one. You can - continue the conversation with the best answer, meaning using answer from one - model to ask another model. -

- -

Multi-Models

- -

- JADE a simple Multi-Model chatbot. The idea is to use multiple models within + JADE is a simple Multi-Model chatbot. The idea is to use multiple models within the same conversation. Here are the key points:

  1. - When asking a question, you can query multiple models and compare their + When asking a question, you can use multiple models and compare their responses to choose the best one.
  2. @@ -32,13 +22,6 @@

    For example, a response from GPT-4 Omni can be used by Claude Haiku.

    -

    - I am using the app myself for months now and it's been a great experience at - minimum price (around 4$/month) accross all APIs. The app itself is totally - free to use for now, I may add a paid and free tier with message limits in the - future. But I aim at like 1-3$ per month. -

    - Try JADE now for free! @@ -56,6 +39,7 @@ + Detail