Skip to content

0.3.1

Compare
Choose a tag to compare
@mattvr mattvr released this 03 Jul 21:04
· 24 commits to main since this release

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).
  • Adds support for wpm key in config.
    • Manually edit ~/.gpt/config.json and add a line like "wpm": 1234.
  • Adds --as-sys to send a message to GPT as system rather than user.
  • Adds --bump-sys to bump the most recent system message to the most recent position.
    • This generally improves adherence to the system prompt.