"I'm in the arena" -Chamath Palihapitiya
- Install dependencies by running:
* pip install -r requirements.txt
- Create a .env file in the root directory. Populate it with these values:
OPENAI_API_KEY=<your_openai_api_key>
MISTRAL_API_KEY=<your_mistral_api_key>
- Edit 'proposition_text' and 'proposition_range' at the bottom of the vote.py file with your new proposition
- Run the following code and see output.csv for voting results
* python vote.py
- When the same LLM (e.g. Mistral Tiny) vote as the same person on the same proposition, hallucination rate is near-zero, very aligned
- quadratic vote system
- financial data pipeline
- visualization/statisical analysis pipeline