Skip to main content

synaptic_gemini/
lib.rs

1mod chat_model;
2
3pub use chat_model::{GeminiChatModel, GeminiConfig};