Skip to content

Releases: mikeb26/gptcli

gptcli (v0.4.1)

22 Jun 00:27
6dbb547
Compare
Choose a tag to compare
cut/paste typo

gptcli (v0.4.0)

22 Jun 00:24
d4da987
Compare
Choose a tag to compare
Replace the 'delete' command with 'archive'

Old threads are now saved for potential later reuse

gptcli (v0.3.5)

30 May 17:37
4575948
Compare
Choose a tag to compare
Upgrade to GPT4o

gptcli (v0.3.4)

04 Mar 20:52
323fe27
Compare
Choose a tag to compare
Update dependencies

gptcli (v0.3.3)

29 Jan 17:22
8e12cf9
Compare
Choose a tag to compare
Update dependencies

gptcli (v0.3.2)

20 Nov 18:23
3f5ab77
Compare
Choose a tag to compare
Update dependencies & fix summarize bug

gptcli (v0.3.1)

17 Nov 19:41
a963bcf
Compare
Choose a tag to compare
Fix off-by-1 error in interactiveThreadWork()

gptcli (v0.3.0)

16 Nov 21:53
4f3a06e
Compare
Choose a tag to compare
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)

14 Nov 23:15
4958ad7
Compare
Choose a tag to compare
Add support for querying billing/usage

gptcli (v0.1.5)

14 Nov 16:32
be4ba6d
Compare
Choose a tag to compare
circleci: remove tab character