Skip to content

0.4.0

Choose a tag to compare

@mattvr mattvr released this 13 Mar 17:36
· 11 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

  • Adds support for generating embeddings, use gpt --embed "The quick brown fox jumped over the lazy dog."
    • Supports --model and --dims` parameters.
  • [2nd attempt] Always throw errors if returned #23

Full Changelog: 0.3.9...0.4.0