0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.05k stars 151 forks source link

Feature request - code explanation #98

Open charlie39 opened 1 year ago

charlie39 commented 1 year ago

Bito AI offers code explanations. And It has been implementated in this project . I think there may need to add extra API endpoints but it would great to have code explanation.

0xacx commented 1 year ago

Same request as https://github.com/0xacx/chatGPT-shell-cli/issues/92 This should be fairly easy to implement as it is a just a request with a predefined prompt, with no postprocessing required for the response.