| Crates.io | simple-open-ai |
| lib.rs | simple-open-ai |
| version | 0.1.0 |
| created_at | 2023-11-10 12:09:19.87233+00 |
| updated_at | 2023-11-10 12:09:19.87233+00 |
| description | A simple library for using openai api. |
| homepage | |
| repository | https://github.com/Shahrooze/simple-open-ai |
| max_upload_size | |
| id | 1031014 |
| size | 50,105 |
This Rust library is designed to provide a comprehensive suite of functionalities for building chat and speech processing applications. It includes modules for handling chat operations with AI models, performing speech-to-text (STT) and text-to-speech (TTS) conversions, and managing API-related errors.
Add the following to your Cargo.toml file to include this library in your Rust project:
[dependencies]
[](https://github.com/Shahrooze/simple-open-ai/actions/workflows/rust.yml)