1 2 3 4 5 6 7 8 9 10
// Baidu AI Cloud (Qianfan) adapter module // https://cloud.baidu.com/doc/WENXINWORKSHOP/index.html // region: --- Modules mod adapter_impl; pub use adapter_impl::*; // endregion: --- Modules