Releases: mattvr/ShellGPT
Releases · mattvr/ShellGPT
0.4.3
Compare
Sorry, something went wrong.
No results found
mattvr
released this
25 Feb 06:46
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
Fix Deno 2 support by using prompt instead of window.prompt
Full Changelog : 0.4.2...0.4.3
0.4.2
Compare
Sorry, something went wrong.
No results found
mattvr
released this
30 Jan 00:44
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
Support Deno 2 by adding --global to installation (get Deno 2 via deno upgrade)
Full Changelog : 0.4.1...0.4.2
0.4.1
Compare
Sorry, something went wrong.
No results found
mattvr
released this
01 Jul 16:37
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
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
Compare
Sorry, something went wrong.
No results found
mattvr
released this
13 Mar 17:36
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
0.3.9
Compare
Sorry, something went wrong.
No results found
mattvr
released this
12 Mar 16:57
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
Always throw errors if returned #23
Full Changelog : 0.3.8...0.3.9
0.3.8
Compare
Sorry, something went wrong.
No results found
mattvr
released this
09 Mar 20:03
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
Fix auto-update version issues from #18
Full Changelog : 0.3.6...0.3.8
0.3.6
Compare
Sorry, something went wrong.
No results found
mattvr
released this
08 Mar 18:40
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
Potential fix for windows install issue
Support sending requests to custom API URLs (which support the OpenAI schema) using OPENAI_CHAT_URL and OPENAI_IMG_URL env vars.
Full Changelog : 0.3.5...0.3.6
0.3.5
Compare
Sorry, something went wrong.
No results found
mattvr
released this
21 Feb 06:28
⚠️ 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
0.3.3
Compare
Sorry, something went wrong.
No results found
mattvr
released this
24 Jul 04:42
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
Support pasting newlines in --repl mode
Default to gpt-4 again, now that it's generally available.
0.3.2
Compare
Sorry, something went wrong.
No results found
mattvr
released this
24 Jul 04:36
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
Support pasting newlines in --repl mode