Cheap Multi-Model Chatbot



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. So I did JADE.

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 use multiple models and compare their responses to choose the best one.
  2. The selected response can be used for the next message across all models.

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

Login

More information

Click on to see more information.