mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-30 11:00:01 +00:00
12 lines
153 B
Rust
12 lines
153 B
Rust
pub mod common;
|
|
pub mod error;
|
|
|
|
pub mod chat_completion;
|
|
pub mod completion;
|
|
pub mod edit;
|
|
pub mod embedding;
|
|
pub mod file;
|
|
pub mod image;
|
|
|
|
pub mod api;
|