Add batch api

This commit is contained in:
Dongri Jin
2024-08-29 00:18:26 +09:00
parent cd13f29727
commit 49298933bf
9 changed files with 216 additions and 53 deletions

View File

@@ -2,6 +2,7 @@ pub mod common;
pub mod error;
pub mod audio;
pub mod batch;
pub mod chat_completion;
pub mod completion;
pub mod edit;