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 - working
- Transcriptions - working
- Image generation with DALL·E 3 - working
- Speech to text
- Function calling
- Assistants
Samples can be found in main.rs.
- Error handling
- Loggin
- Create package from it.