simple-open-ai 0.1.0

A simple library for using openai api.
Documentation
# Rust Chat and Speech Library

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.

## Features

- Chat completion API integration
- Error handling for API requests
- Speech-to-text (STT) processing capabilities
- Text-to-speech (TTS) conversion with multiple format support

## Getting Started

### Prerequisites

- Rust programming language
- Cargo package manager

### Installation

Add the following to your `Cargo.toml` file to include this library in your Rust project:

```toml
[dependencies]

[![Rust](https://github.com/Shahrooze/simple-open-ai/actions/workflows/rust.yml/badge.svg)](https://github.com/Shahrooze/simple-open-ai/actions/workflows/rust.yml)