Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 667 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 667 Bytes

HAL

he will not kill you

(yet)

There are two versions of this application you can run

  1. 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
  2. Run the HAL Extension and paste your debug error in the web view
    • it is pretty straight forward

How It Works

  • the server must be up and running in order for the extension to call the GPT API for the extension
  • gpt ai

How To Set It Up

  • in dir "server"

  • npm i

  • in dir "cli"

    • create .env file with OPENAI_API_KEY value
  • run the application!