he will not kill you
(yet)
There are two versions of this application you can run
- Run the CLI
- this will allow you to run your code as if it was a regular shell
- if the code outputs an error, it will debug
- if the code outputs no error, it will not debug
- Run the
HAL
Extension and paste your debug error in the web view- it is pretty straight forward
- the server must be up and running in order for the extension to call the GPT API for the extension
- gpt ai
-
in
dir
"server" -
npm i
-
in
dir
"cli"- create
.env
file withOPENAI_API_KEY
value
- create
-
run the application!