/openai-rust

Rust Wrapper for the OpenAI API

Primary LanguageRustMIT LicenseMIT

OpenAI-Rust

unit-test-status integration-test-status

An Wrapper library for the OpenAI API written in Rust

Endpoint Implementation Progress

  • List Models
  • Retrieve Model
  • Create Completion
  • Create Chat completion | in progress
  • Create Edit
  • Create Image

Priority of Endpoints

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

March 20th

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