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

Prompting improvements #78

Closed 0xacx closed 1 year ago

0xacx commented 1 year ago

@nre-ableton Thank you for your contribution! 👍 I wanted to include your changes, that's why I added them to my branch, but unfortunately run into some issues testing.

The \e did not work on my zsh/iterm so I had to keep the old \033 code. I believe this to be more compatible with other shells. About the colored prompt, I am very hesitant to add another color to the UI. I believe it should be as minimal as possible. I had some issues with the processing label, running even when you type exit and sending a request, so I concluded to the solution you see in https://github.com/0xacx/chatGPT-shell-cli/pull/77 Thank you very much for taking the time and implementing improvements! Much appreciated!

nre-ableton commented 1 year ago

@0xacx ok, makes sense, thanks for the feedback!