openai_api_wrapper/
lib.rs

1pub mod chat;
2pub mod client;
3pub mod embeddings;
4pub mod files;
5pub mod fine_tuning;