gemini_client_rust

Crates.iogemini_client_rust
lib.rsgemini_client_rust
version0.1.4
created_at2024-11-12 00:45:56.448997+00
updated_at2024-11-12 22:29:42.992972+00
descriptionA Rust client for interacting with Google's Gemini API. Tailored only for a single type of query at this point
homepage
repositoryhttps://github.com/Jerjes0/gemini_client_rust
max_upload_size
id1444391
size7,358
Jerjes (Jerjes0)

documentation

README

Gemini Client Rust

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.

Features

  • Send prompts to Google's Gemini API
  • Parse responses and extract related content
  • Easy-to-use function for generating related words based on user input

Installation

Add the following to your Cargo.toml:

[dependencies]
gemini_client_rust = "0.1.4"
Commit count: 8

cargo fmt