LLM Debate App built using Unify and Streamlit

Overview

This application enables a back and forth conversation between two LLMs on a topic chosen by the user.
Users should be able to:

  • choose any two models
  • input a query
  • visualize the dialogue between the LLMs

Built using Unify.

Requirements

pip install -r requirements.txt

Run

streamlit run app.py