Skip to content

itsrainingmani/openai-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust Wrapper for the OpenAI API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages