Initial commit

This commit is contained in:
Dongri Jin
2022-12-12 11:41:43 +09:00
commit c2ce8b4133
12 changed files with 599 additions and 0 deletions

9
src/v1/mod.rs Normal file
View File

@@ -0,0 +1,9 @@
pub mod common;
pub mod completion;
pub mod edit;
pub mod image;
pub mod embedding;
pub mod file;
pub mod api;