Releases: mikeb26/gptcli
Releases · mikeb26/gptcli
gptcli (v0.4.1)
cut/paste typo
gptcli (v0.4.0)
Replace the 'delete' command with 'archive' Old threads are now saved for potential later reuse
gptcli (v0.3.5)
Upgrade to GPT4o
gptcli (v0.3.4)
Update dependencies
gptcli (v0.3.3)
Update dependencies
gptcli (v0.3.2)
Update dependencies & fix summarize bug
gptcli (v0.3.1)
Fix off-by-1 error in interactiveThreadWork()
gptcli (v0.3.0)
Add summary preference This commit allows the user to specify a 'summarize' preference setting. When set, gptcli will summarize the full conversation thread w/ GPT 3.5 Turbo when a user adds to it with a new prompt. The summary is then sent to the GPT 4.0 Turbo model rather than the fully conversation thread. When set this preference is trading reduced precision of responses from GPT 4.0 Turbo for lower costs.
gptcli (v0.2.0)
Add support for querying billing/usage
gptcli (v0.1.5)
circleci: remove tab character