Available here (BYO API key): https://bettergpt.streamlit.app/
Usage video attached
Inspired by: https://www.youtube.com/watch?v=wVzuvf9D9BU
What does SmartGPT do?
SmartGPT essentially acts as a wrapper around a sequence of chatgpt queries.
When a user asks a question SmartGPT immediately generates a number of responses (called "alternatives"). Then, these alternatives are analyzed for flaws and weaknesses. Finally, these criticisms are incorporated into a final result.
This process has been "proven" (in the YouTube video) to vastly outperform typical queries.
In case you are an interested developer or someone who doesn't trust the website, you can follow the instructions below to set it up from source.
SOURCE CODE: https://github.com/morm-industries-inc-llc-pty-ltd/SmartGPT
0. Ensure you have at least Python version 3.10 installed on your computer and are familiar with the
- Clone the repo
- Run python3 -m venv env activate env
- Run source env/bin/activate
- Run pip install -r requirements.txt
- Run chmod +x ./run.sh
- Run ./run.sh
In this video, I will not only show you how to get smarter results from GPT 4 yourself, I will also showcase SmartGPT, a system which I believe, with evidence, might help beat MMLU state of the art benchmarks.
This should serve as your ultimate guide for boosting the automatic technical performance of GPT 4, without even needing few shot exemp...