A chrome extension for detecting logical fallacies in web text
Built with boiler: https://github.com/guocaoyi/create-chrome-ext
This chrome extension won't be published until I finish the TODO's.
In the meantime, you can run this extension locally:
-
git clone
this repo locally -
Run
npm i
-
Run
npm run dev
-
navigate to
chrome://extensions
in URL bar of your Chrome browser -
Select "Load unpacked"
-
Point to the
build
dir in your cloned local repo -
Pin Aribotle to your toolbar
-
(do once) Get an OpenAI API Key from here and add it in Aribotle "ApiKey Settings"
- Enable clearing API Key
- Onboarding wizard for getting BYO-API Key
- Make it prettier
- Enable caching/history
- Settings for user custom fallacies
- Try out other LLM models and maybe find one that's free...
- Add cost estimate tokenizer if sticking with GPT4