# rust-completions This is just a simple wrapper + binary for **OpenAI Chat Completions**. Read more at [API Reference](https://platform.openai.com/docs/api-reference/chat) - To use it as a binary, just run it with ```bash API_KEY="" ORGANIZATION_ID="" ./rust-completions "" ``` - To use it as a library, add it as a dependency in your `Cargo.toml` file like: ```toml [dependencies] rust-completions = { version = "0.1" } ```