Skip to content

Releases: rikhuijzer/ata

v2.0.4

15 Mar 11:01
d3f780a
Compare
Choose a tag to compare

Hotfix for a bug where ata will crash if an old config file is available.

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

13 Mar 10:56
Compare
Choose a tag to compare

Fixed a bug where the program would sometimes crash due to leading newlines in OpenAI's response.

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

08 Jul 15:02
Compare
Choose a tag to compare

A bug which removed the last character was fixed. Thanks to Ahmad Mushtaq (@digitalsurgeon).

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

10 Mar 13:49
89f83e5
Compare
Choose a tag to compare

Increases the max_tokens default to 2048 (thanks to @marioseixas) and fixes an issue where CTRL + C could cause unintended program exits when using it to interrupt the stream.

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

07 Mar 15:02
bfd544e
Compare
Choose a tag to compare

Supports the new gpt-3.5-turbo (chat-based) models which are, cheaper and, according to Greg Brockman, better. Also supports storing ata.toml in a default configuration directory.

What's Changed

Full Changelog: v1.0.3...v2.0.0

v1.0.3

15 Feb 10:10
Compare
Choose a tag to compare

Automatically retries server_error, less likely to crash due to connectivity issues, and fix aarch64 build for Linux.

What's Changed

  • Automatically retry server_error and fix aarch64 build by @rikhuijzer in #15

Full Changelog: v1.0.2...v1.0.3

v1.0.2

07 Feb 09:06
5f466b8
Compare
Choose a tag to compare

The aarch64 binaries do not work on aarch unfortunately (#13). Use Rosetta on Mac to run the x64 binaries. This might be fixed in the next release.

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Feb 17:27
Compare
Choose a tag to compare

The aarch64 binaries do not work on aarch unfortunately (#13). Use Rosetta on Mac to run the x64 binaries. This might be fixed in the next release.

What's Changed

  • Handle errors such as an invalid API key in #10

v1.0.0

03 Feb 19:55
Compare
Choose a tag to compare
Allows interrupting the the stream for extra productivity

v0.2.0

02 Feb 11:52
Compare
Choose a tag to compare

Using the native Rust TLS instead of hyper-tls.