1#[cfg(feature = "ExecuteChatCompletion")] 2pub mod ExecuteChatCompletion; 3#[cfg(feature = "ExecuteTextCompletion")] 4pub mod ExecuteTextCompletion;