make build
You need to create a .env
file in the root directory and add the following environment variables to it
ORG_ID=<ORG_ID>
OPENAI_API_KEY=<API_KEY>
OS options: mac | linux | windows
make codeql-<os>
make fetch
make data
make experiment
Running the experiment lots of times will result in a lot of <time>_output/
folders, this command will delete them all
make clean