0.3.1
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
- Allows bypassing
wpm
buffer, for instant output.- Use
--wpm=-1
(or any number <= 0).
- Use
- Adds support for
wpm
key in config.- Manually edit
~/.gpt/config.json
and add a line like"wpm": 1234
.
- Manually edit
- Adds
--as-sys
to send a message to GPT assystem
rather thanuser
. - Adds
--bump-sys
to bump the most recent system message to the most recent position.- This generally improves adherence to the system prompt.