Skip to content

anishsinha-io/openai-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Client

This repository implements an asynchronous client for interacting with OpenAI's API. You'll need an API key which you can generate here. This does require a paid account.

Status

This client is not production ready yet. Many features still need to be implemented that I will get to in the next few weeks. CI still needs to be built. Once it's ready, I'll upload it to crates.io.

Building and Testing

Clone this repository. Create a file called .env and fill in your API key. An example env file is in the repository. Run cargo test to ensure the tests pass.

License

MIT License

About

Async implementation of OpenAI's API in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages