asimov-gemini-module 0.0.2

ASIMOV Gemini module.
Documentation

ASIMOV Gemini Module

License Package on Crates.io Documentation

ASIMOV Gemini module.

✨ Features

  • To be determined!

🛠️ Prerequisites

  • Rust 1.85+ (2024 edition) if building from source code

⬇️ Installation

Installation with ASIMOV CLI

asimov module install gemini -v

Installation from Source Code

cargo install asimov-gemini-module

👉 Examples

asimov-gemini-prompter

⚙ Configuration

Provide an API key either by module configuration

asimov module config gemini

Or through environment variables

export GEMINI_API_KEY="..."

Optional configuration

Name Environment Variable Default
endpoint GEMINI_API_ENDPOINT https://generativelanguage.googleapis.com
model GEMINI_MODEL gemini-2.5-flash

📚 Reference

Prompt

echo "Why is the sky blue?" | asimov-gemini-prompter

👨‍💻 Development

git clone https://github.com/asimov-modules/asimov-gemini-module.git

Share on X Share on Reddit Share on Hacker News Share on Facebook Share on LinkedIn