gpt4

Crates.iogpt4
lib.rsgpt4
version0.1.3
sourcesrc
created_at2024-01-06 17:41:58.302676
updated_at2024-02-19 07:37:54.153986
descriptiona cli to interact with the openai gpt4 api
homepagehttps://github.com/jonaylor89/gpt4-cli
repositoryhttps://github.com/jonaylor89/gpt4-cli
max_upload_size
id1091095
size2,373,604
Johannes Naylor (jonaylor89)

documentation

https://github.com/jonaylor89/gpt4-cli

README

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

example prompt

example response

Commit count: 0

cargo fmt