wae-ai 0.0.2

WAE AI - AI 服务抽象层,支持腾讯混元、火山引擎等
Documentation
1
2
3
4
5
6
7
8
9
10
//! AI 能力模块

/// AI 图像能力
pub mod ai_image;
/// 聊天能力
pub mod chat;
/// 文本转图像能力
pub mod text_to_image;
/// 视频生成能力
pub mod video;