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

renaming VAR for multiline option (-b | --big-prompt) option and its … #136

Open JulianvonGebhardi opened 10 months ago

JulianvonGebhardi commented 10 months ago

…fix to prevent error: UNKNOWN PARAMETER

I found a little issue with the multiline option. The option -b (--big-prompt) produced the error: "Unknown parameter". I quickly fixed it and renamed the var to match the options in your README.md for clarification.

And props! I really it!

JulianvonGebhardi commented 10 months ago

Since I just found the previous commit related to this. Another soltuion might be: