Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.11 KB

AI Debating

This is a project I did that uses the OpenAI API to run debates betweeb two AI models. Instead of use the context window however, we used a form of homemade RAG. The idea is for previous debates to be used to improve on the current answer without resorting to context. Instead, we use a variety of metrics to determin the quality of the argument which is fed back to the model.

Video Demonstration

Video Example

Viewing Metrics

The "main" page is the page showing the current metrics and a few graphgs that were used in the report

Own Running Instructions

50 Debates have already been run and are including in the existing database file. To run more debates, follow the instructions below.

  1. Add OpenAI API to key to .env

Run a Single debate

  1. Click the Debate screen and enter a question

Run debates from questions.csv

  1. Specifiy Number of Runs to Make in .env file (include those that must already be run) if you want to run automatically, currently there are 50 debates in the database
  2. Click the 'Auto Run'