0.3.5
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"
- e.g.
- 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