| Crates.io | tiny_chatgpt_cli |
| lib.rs | tiny_chatgpt_cli |
| version | 3.0.0 |
| created_at | 2023-03-22 17:10:14.68574+00 |
| updated_at | 2023-12-23 12:41:09.736075+00 |
| description | A small tool to access ChatGPT from the command line |
| homepage | |
| repository | |
| max_upload_size | |
| id | 817321 |
| size | 43,035 |
cargo install tiny_chatgpt_cli
~/i/tiny_chatgpt_cli $ chatgpt
(i) Enter an empty line to stop
>>> hello
Hello! How can I assist you today?
>>> evaluate 34 + 67
34 + 67 = 101
>>>
Used tokens amount: 59
~/i/tiny_chatgpt_cli $ chatgpt cmd
Input the description of a command: get amount of lines in main.rs
> wc -l main.rs
To apply the command, input nothing. To not apply it, input something.
wc -l main.rs
136 main.rs