| Crates.io | gemini_client_rust |
| lib.rs | gemini_client_rust |
| version | 0.1.4 |
| created_at | 2024-11-12 00:45:56.448997+00 |
| updated_at | 2024-11-12 22:29:42.992972+00 |
| description | A Rust client for interacting with Google's Gemini API. Tailored only for a single type of query at this point |
| homepage | |
| repository | https://github.com/Jerjes0/gemini_client_rust |
| max_upload_size | |
| id | 1444391 |
| size | 7,358 |
Gemini Client Rust is a Rust library for interacting with Google's Gemini API. This library provides a simple way to send prompts to the API and receive responses, making it easy to integrate generative language capabilities into your Rust applications. At this point, it is only built for a single purpose: Receive a prompt and a list and find the three closer words from the list that represent the prompt. This can be modified for similar tasks, but is not yet generalized.
Add the following to your Cargo.toml:
[dependencies]
gemini_client_rust = "0.1.4"