Skip to content

Releases: transformrs/ata

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 15 Mar 11:01
d3f780a

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

Choose a tag to compare

@github-actions github-actions released this 13 Mar 10:56

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

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:02

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

Choose a tag to compare

@github-actions github-actions released this 10 Mar 13:49
89f83e5

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

Choose a tag to compare

@github-actions github-actions released this 07 Mar 15:02
bfd544e

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

Choose a tag to compare

@github-actions github-actions released this 15 Feb 10:10

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

Choose a tag to compare

@github-actions github-actions released this 07 Feb 09:06
5f466b8

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

Choose a tag to compare

@github-actions github-actions released this 06 Feb 17:27

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

Choose a tag to compare

@github-actions github-actions released this 03 Feb 19:55
Allows interrupting the the stream for extra productivity

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 11:52

Using the native Rust TLS instead of hyper-tls.