# rust-gpt
This crate provides a rusty interface to the OpenAI GPT-3 Completion/Chat API.
The goal of this crate is to provide a simple and idiomatic way of interacting with the GPT-3 API.
The API is still in beta, so this crate is subject to change.
## Features
- [x] Completion endpoint
- [x] Chat endpoint
- [ ] Robust error handling
- [ ] Synchronous API
- [ ] The rest of the OpenAI Api