Add assistant api

This commit is contained in:
Dongri Jin
2023-11-11 18:24:51 +09:00
parent 6e07047c27
commit cfca665c21
19 changed files with 966 additions and 48 deletions

View File

@@ -11,4 +11,10 @@ pub mod fine_tune;
pub mod image;
pub mod moderation;
// beta
pub mod assistant;
pub mod message;
pub mod run;
pub mod thread;
pub mod api;