STILL A WIP
A library to use Google Gemini's API directly in Rust! Made because the current options weren't very capable and didn't support 100% of the official API.
Example
// main.rs
use Conversation;
async
Roadmap
- Error handling
- Conversation history
- Useless refactor for no good reason (cry for help) (x2)
- Make more operations for conversations (saving, loading, etc.)
- Image support
- Better documentation
- 100% API coverage