Nemoden / gogpt

ChatGPT CLI
MIT License
54 stars 2 forks source link

Toggle output formatting? #7

Open zach-is-my-name opened 1 year ago

zach-is-my-name commented 1 year ago

How to change the output style (markdown, markdown 2, standard)?

Nemoden commented 1 year ago

@zach-is-my-name For the REPL there is no such function as of now, unfortunately. Firstly, REPL commands gotta be implemented, i.e.

repl> CMD [options]

such as

repl> /format md
repl> /format md2

Ideally, it'd have completion.

As of now, the only way to change formatted is to quit and call gogpt config