AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 CodeWhale
mod.rs
根目录
/
crates
/
tui
/
src
/
vision
/
mod.rs
1
//! Vision model tool for image analysis.
2
//!
3
//! Provides the `image_analyze` tool that sends images to an
4
//! OpenAI-compatible vision model API and returns text descriptions.
5
6
pub mod tools;
7
7 lines
RUST