This is an example of a mixture of agents, a web application which allows you to pick and choose different AI models and combine them into one, unique response.
- Sleek and modern chat interface with automatic scrolling to the latest message, real-time status updates, and a visually appealing design.
- Saving chats to a Postgres database with Prisma
- Weighting of models via percentage sliders to apply to the end result (ex: 30% GPT 4o, 20% GPT 4 Turbo, 50% Claude 3 Opus)
- 4 different models to choose from: GPT 4o, GPT 4 Turbo, Claude 3 Opus, Claude 3 Sonnet
- Additionally, with minimal code you can modify the models used.