GPT-CodeSense

Integrated with gpt3,This Go-CLI application breakdown your code snippet from input file and provides you the simpler explanation to understand even if you dont have much technical knowledge.

Run CLI application using command:

go run main.go -input /path/to/inputFile.txt

**Make sure to add your open-api key in .env file

You can also try running it directly using docker:

Docker image: View on Docker Hub

docker run -e API_KEY=your_api_key_value gpt-code-insight -input /path/to/inputFile.txt

final-1-gpt-up1

Make sure you have enough units/credits assoicated with your Open-API key else you will see below error

final-2-gpt-err-up2