Releases: mattvr/ShellGPT
Releases · mattvr/ShellGPT
0.4.3
0.4.2
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.tsChangelog
- Support Deno 2 by adding
--globalto installation (get Deno 2 viadeno upgrade)
Full Changelog: 0.4.1...0.4.2
0.4.1
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.tsChangelog
- Adds more verbose logs when passing
--debug(now sent to stderr instead of stdout)
Full Changelog: 0.4.0...0.4.1
0.4.0
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.tsChangelog
- Adds support for generating embeddings, use
gpt --embed "The quick brown fox jumped over the lazy dog."- Supports
--modeland --dims` parameters.
- Supports
- [2nd attempt] Always throw errors if returned #23
Full Changelog: 0.3.9...0.4.0
0.3.9
0.3.8
0.3.6
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.tsChangelog
- Potential fix for windows install issue
- Support sending requests to custom API URLs (which support the OpenAI schema) using
OPENAI_CHAT_URLandOPENAI_IMG_URLenv vars.
Full Changelog: 0.3.5...0.3.6
0.3.5
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.tsChangelog
- New: Adds
--imgflag 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
--langflag, which allows customizing the language output by--codeor 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