Skip to content

Commit ff73e56

Browse files
committed
Make multipart pub
1 parent 28d9c24 commit ff73e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openai_client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![allow(clippy::large_enum_variant)]
33

44
pub mod client;
5-
mod multipart;
5+
pub mod multipart;
66
pub mod types;
77

88
use std::string::FromUtf8Error;

0 commit comments

Comments
 (0)