An Wrapper library for the OpenAI API written in Rust
- List Models
- Retrieve Model
- Create Completion
- Create Chat completion | in progress
- Create Edit
- Create Image
Some endpoints are easier than others to implement.
I am going to start out with the Models
and the Completions
endpoints. But even before I get to actually implementing those, I have to figure a basic PoC of authenticating with the OpenAI API
The Completion
endpoint has been implemented. Although I probably need to test it more with different params and update the error message to be more descriptive