rust-completions
This is just a simple wrapper + binary for OpenAI Chat Completions. Read more at API Reference
- To use it as a binary, just run it with
API_KEY="<your-openai-api-key>" ORGANIZATION_ID="<your-openai-organization-id>"
- To use it as a library, add it as a dependency in your
Cargo.tomlfile like:
[]
= { = "0.1" }