matdombrock / sllm

A command line interface for the OpenAI LLMs.
https://www.npmjs.com/package/sllm
GNU General Public License v3.0
39 stars 3 forks source link

Add a `repeat` command #1

Closed matdombrock closed 1 year ago

matdombrock commented 1 year ago

It can be useful to have the bot repeat what it just said. This can come in handy when you decide you want to pipe or save the last input.

This can already be done with the command:

sllm hist -v 1 > someFile.txt

But this is a little clunky and also includes the dialog stuff. Not ideal.

matdombrock commented 1 year ago

Closing

This has been added