Project that will allow to use easily OpenAI API from Rust projects.
- Chat completions - kinda done but will need some refactoring and improvements but for now is fine.
- Moderation - is working with every call to open AI (chat completions) but will need some improvements in case of detailed comunication (what was wrong with message to AI)
- Vision
- Text to speech
- Speech to text
- Function calling
- Assistants
- Error handling
- Loggin
- Create package from it.