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

Multiline Support for chatgpt Command Not Working #140

Open shakoin opened 9 months ago

shakoin commented 9 months ago

Multiline Support for chatgpt Command Not Working Describe the bug When attempting to use multiline support with the chatgpt bot, I'm encountering errors. Both chatgpt -b and chatgpt --big-prompt commands are returning "Unknown parameter" errors.

To Reproduce Steps to reproduce the behavior:

  1. Run chatgpt -b or chatgpt --big-promptUnknown parameter: -b
  2. See error Unknown parameter: --big-prompt Unknown parameter: -b

Expected behavior I expected the bot to support multiline input when using -b or --big-prompt parameters.

Screenshots 2023-09-23 10_37_38-New Issue · 0xacx_chatGPT-shell-cli 2023-09-23 10_38_11-New Issue · 0xacx_chatGPT-shell-cli

The-Compiler commented 9 months ago

See #136