Skip to main content

gemini

Function gemini 

Source
pub fn gemini(model: &str) -> Result<GeminiProvider>
Expand description

Create a Google Gemini provider with a single line.

§Example

let provider = aether_ai::gemini("gemini-1.5-pro");