Skip to content

Commit

Permalink
Update sdk/openai/inference/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Heath Stewart <[email protected]>
  • Loading branch information
jpalvarezl and heaths authored Sep 30, 2024
1 parent 53959ec commit 495d844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/openai/inference/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ mod helpers;
mod models;
mod options;

pub use models::*;
pub use models::{request::*, response};
pub use options::*;

0 comments on commit 495d844

Please sign in to comment.