Skip to content

0.3.5

Compare
Choose a tag to compare
@mattvr mattvr released this 21 Feb 06:28
· 21 commits to main since this release

⚠️ Strongly recommend updating to this version — includes a bugfix with early cutoff, which recent OpenAI updates may cause to occur more often.

Installation

Install this version by running the following command:

deno run -rA https://deno.land/x/shellgpt/install.ts

Changelog

  • New: Adds --img flag which generates an image using OpenAI DALL-E 2 endpoint.
    • e.g. gpt --img "a corgi wearing cashmere pants hacking into myspace.com"
  • New: Adds --lang flag, which allows customizing the language output by --code or other requests.
  • Improved: Default to GPT-4-turbo (or GPT-3.5-turbo in fast mode).
  • Fix: Resolves an issue with early cutoff, which has started occurring more often recently.
  • Fix: Tweaks prompts for better compliance using latest GPT models.

Full Changelog: 0.3.3...0.3.5