Add audio and fine_tunes

This commit is contained in:
Dongri Jin
2023-04-16 14:01:02 +09:00
parent 22a687bba1
commit e932ae4bf6
6 changed files with 417 additions and 3 deletions

View File

@@ -1,11 +1,14 @@
pub mod common;
pub mod error;
pub mod audio;
pub mod chat_completion;
pub mod completion;
pub mod edit;
pub mod embedding;
pub mod file;
pub mod fine_tune;
pub mod image;
pub mod moderation;
pub mod api;