ata
ata copied to clipboard
Ask the Terminal Anything (ATA): ChatGPT in the terminal
Currently if you try to use the gpt-4o model with >2048 token length, the following exception occurs upon prompting: ``` thread '' panicked at ata/src/prompt.rs:81:20: called `Option::unwrap()` on a `None`...
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.3.1. Release notes Sourced from hyper's releases. v1.3.1 Bug Fixes client: revert auto content-length header for some requests (#3633) v1.3.0 Bug Fixes client: send content-length...
Bumps [hyper-rustls](https://github.com/rustls/hyper-rustls) from 0.23.2 to 0.27.0. Release notes Sourced from hyper-rustls's releases. 0.27.0 Changed Rustls updated to 0.23 Default cryptography provider changed to aws-lc-rs to match upstream Rustls project. Note...
Fix #39. Added Organization support to the config and added a small fix for the case if there is an old config path. Don't know if code style fits your...
it would be nice to have the option to set the orginization; https://platform.openai.com/docs/api-reference/authentication
Is there a configuration for setting an initial prompt automatically? For example, > "You are writing inside a Unix terminal, so make sure response commands are formatted in X and...
Sometimes you want to drop into GPT-4 for a particularly tough session, but normally keep the cheaper GPT-3.5. It's annoying to edit the config file every time I want to...
This should be very much doable. To implement it, add an extra handler for `CTRL + L` and make that clear the message history. The handler was already added in...
To list the available models: ```sh curl https://api.openai.com/v1/models \ -H 'Authorization: Bearer YOUR_API_KEY' ```
This can be done via (thanks to Hacker News for the tip).