Docs.rs
wae-ai-0.0.2
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wae-ai 0.0.2
WAE AI - AI 服务抽象层,支持腾讯混元、火山引擎等
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
hunyuan.rs
mod.rs
volcengine.rs
1
2
3
4
5
6
//!
AI 服务提供商模块
///
腾讯混元 AI 服务
pub
mod
hunyuan
;
///
火山引擎 AI 服务
pub
mod
volcengine
;