Gemini Bridge
Gemini Bridge is a Rust crate designed to interact with the Gemini API. This crate aims to provide a seamless and efficient way to communicate with Gemini API.
Features
- Easy-to-use interface for interacting with the Gemini API
- Asynchronous support for non-blocking operations
- Comprehensive error handling
Installation
Add gemini_bridge to your Cargo.toml:
[]
= "0.1.4"
# example version
Usage
extern crate gemini_rs;
async
TODO
- Implement Content Generation Method
- Implement Conversation
- Implement Embeddings
- Add examples and documentation
- Write tests