Releases: rikhuijzer/ata
v2.0.4
Hotfix for a bug where ata will crash if an old config file is available.
What's Changed
- Fix file read for old path by @rikhuijzer in #42
Full Changelog: v2.0.3...v2.0.4
v2.0.3
Fixed a bug where the program would sometimes crash due to leading newlines in OpenAI's response.
What's Changed
- Update README.md by @rikhuijzer in #37
- Fix occassional crashes and update dependencies by @rikhuijzer in #38
Full Changelog: v2.0.2...v2.0.3
v2.0.2
A bug which removed the last character was fixed. Thanks to Ahmad Mushtaq (@digitalsurgeon).
What's Changed
- Avoid chopping of last character from input by @digitalsurgeon in #33
New Contributors
- @digitalsurgeon made their first contribution in #33
Full Changelog: v2.0.1...v2.0.2
v2.0.1
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
- Set the
max_tokens
default to 4096 by @rikhuijzer and @marioseixas in #26 - Avoid accidental program exits by @rikhuijzer in #28
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
- Specify
authors
andlicense
inCargo.toml
by @rikhuijzer and @ctrlcctrlv in #22 - Support
gpt-3.5-turbo
by @rikhuijzer and @ctrlcctrlv in #23
Full Changelog: v1.0.3...v2.0.0
v1.0.3
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
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
- Accept temperature as float by @rikhuijzer in #12
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
Allows interrupting the the stream for extra productivity
v0.2.0
Using the native Rust TLS instead of hyper-tls
.