We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d9c24 commit ff73e56Copy full SHA for ff73e56
openai_client/src/lib.rs
@@ -2,7 +2,7 @@
2
#![allow(clippy::large_enum_variant)]
3
4
pub mod client;
5
-mod multipart;
+pub mod multipart;
6
pub mod types;
7
8
use std::string::FromUtf8Error;
0 commit comments