Skip to content

Releases: jseguillon/acli

v0.4.0

02 Mar 22:08
10a742d
Compare
Choose a tag to compare

What's Changed

  • support and default new chat gpt as api endpoint (10x cheaper and faster/stronger than davinci) @jseguillon in #25

v0.3.1

09 Jan 22:02
f17dab3
Compare
Choose a tag to compare

v0.3.0

09 Jan 09:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Dec 08:30
8b93953
Compare
Choose a tag to compare
  • 8b93953 add a few comments in the source code (#13)
  • 9a68a1e ensure help displays even if env key is not defined plus reformat help messages (#12)
  • 7f77935 better code style via marshal mechanism for contructing query (#11)
  • 4196bb7 Feat/print errors on failed (#10)
  • 28b30a9 use spf13 cobra and allow api paremeters to be defined via flags
  • 540d199 make defaults value better: - max token now defaults to 2048 plus ensure prompt + max_tokens < 4096 (token max for model) - move to davinci-003 - less temperature for less creative response since it's a CLI tool - no top_p cause doc says do not tune both temperature and top_p

v0.1.0

11 Dec 10:01
a29e210
Compare
Choose a tag to compare
Merge pull request #7 from jseguillon/fix/eol_shell

fix missing line return for better shell integration