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.
To get a key and learn more about the different LLM providers and their offerings, check out their websites:
-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. -
- -- 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:
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