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
9.82k stars 771 forks source link

Format markdown when using custom role with chat or repl options #453

Closed digitalhurricane-io closed 10 months ago

digitalhurricane-io commented 10 months ago

Feature request:

I would really like to have an option for markdown to be formatted when using the chat or repl options with custom roles.

Ideally, the output would be formatted by default without adding an extra flag.

TheR1D commented 10 months ago

Implemetned in https://github.com/TheR1D/shell_gpt/pull/462. It will be released in the upcoming version. Makrdown formatting now depends on the role description, if it contains APPLY MARKDOWN, ShellGPT will use markdown formatting for LLM output.