Skip to content

Commit

Permalink
minor document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwanqq committed Mar 1, 2024
1 parent 01cebd0 commit 402bd39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/// Toolset to interact with LLM chat model in Qianfan platform
pub mod chat;
/// Toolset to interact with embedding model in Qianfan platform
pub mod embedding;
pub mod errors;
/// Toolset to interact with text2image model in Qianfan platform
pub mod text2image;
pub mod utils;

0 comments on commit 402bd39

Please sign in to comment.