Show HN: Clerkie AI – A GPT-3 based CLI tool that debugs your code
github.com/ishaan-jaffWe built ClerkieCLI - a GPT-3 based tool that:
- automatically detects errors on your terminal,
- identifies the programming language,
- provides an explanation of the error and suggested fix right on your terminal.
Comments
This is cool! I assume you do need to send your terminal output to some server for this? Or is the model run locally?
currently it's to the server - although running it locally might be an interesting idea.