This is just a simple wrapper + binary for OpenAI Chat Completions. Read more at API Reference
bash
API_KEY="<your-openai-api-key>" ORGANIZATION_ID="<your-openai-organization-id>" ./rust-completions "<your-prompt>"
Cargo.toml
file like:
toml
[dependencies]
rust-completions = { version = "0.1" }