gemini-rs 0.2.1

A library to interact with the Google Gemini API
Documentation
1
2
3
4
5
6
7
8
# 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.

# Roadmap

- [x] Conversation history
- [ ] Make more operations for conversations (saving, loading, etc.)
- [ ] Image support