TheR1D / shell_gpt

A command-line productivity tool powered by AI large language models like GPT-4, will help you accomplish your tasks faster and more efficiently.
MIT License
8.84k stars 696 forks source link

Fix --show-chat and --repl to respect --no-md #513

Open florian-lnx opened 3 months ago

florian-lnx commented 3 months ago

I noticed that the options --show-chat and --repl does no respect the --no-md option and just checks for the "APPLY MARKDOWN" text in the role description. I fixed that. All tests and linting passed.