gemini-client-api 7.4.5

Library to use Google Gemini API. Automatic context management, schema generation, function calling and more.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "reqwest")]
pub mod ask;
#[cfg(feature = "reqwest")]
pub mod error;
#[cfg(test)]
mod tests;
pub mod types;
pub mod utils;