chat-gemini 0.1.0

Provider implementation of Gemini for chat-rs
Documentation
1
2
3
4
5
6
pub(crate) mod completion;
mod embedding;

#[cfg(feature = "stream")]
mod stream;
pub(crate) mod types;