gpt-pilot
gpt-pilot copied to clipboard
[Enhancement]: Vastly improve UX by providing easy to choose options.
Version
Command-line (Python) version
Suggestion
When GPTP asks for what to do next, many times we are requested to write something, other times to write "r" and press enter, some other times to just press enter...
Presenting a numbered list of possible responses and letting the user press the related key would make things much smoother.
Example:
-------- EXECUTE COMMAND ----------
Can I execute the command: grep 'api-key-placeholder' lxd_client.py
with 2000ms timeout?
? If yes, just press ENTER. Otherwise, type "no" but it will be processed as successfully executed.
Might be better served with:
-------- EXECUTE COMMAND ----------
Can I execute the command: grep 'api-key-placeholder' lxd_client.py
with 2000ms timeout?
Select your answer by pressing the number key:
(1) Yes - - - (2) No - - - (3) I have something to say about this.