Skip to content

Commit

Permalink
Merge pull request #4 from chenwanqq/docs2
Browse files Browse the repository at this point in the history
minor document changes
  • Loading branch information
chenwanqq committed Mar 1, 2024
2 parents 01cebd0 + 402bd39 commit 4fc42bd
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 4fc42bd

Please sign in to comment.