gpt4-cli

a dummy simple cli to run gpt4 llm in the terminal

Downloads
2.4K
Stars
2

gpt4 cli

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 >>> )

usage

gpt4 "your prompt"

installation

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!


example