Crates.io | gpt4 |
lib.rs | gpt4 |
version | 0.1.3 |
source | src |
created_at | 2024-01-06 17:41:58.302676 |
updated_at | 2024-02-19 07:37:54.153986 |
description | a cli to interact with the openai gpt4 api |
homepage | https://github.com/jonaylor89/gpt4-cli |
repository | https://github.com/jonaylor89/gpt4-cli |
max_upload_size | |
id | 1091095 |
size | 2,373,604 |
I built this because I've found it lowkey useful and didn't want to install the python version a friend of mine built (compiled languages >>> )
gpt4 "your prompt"
install with cargo
cargo install gpt4-cli
add api key to $HOME/.config/gpt4-cli/config.toml
openai_api_key="your api key"
full send!