mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-12-05 12:08:19 +00:00
Initial commit
This commit is contained in:
9
src/v1/mod.rs
Normal file
9
src/v1/mod.rs
Normal 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;
|
||||
Reference in New Issue
Block a user