ASIMOV Gemini Module
ASIMOV Gemini module.
✨ Features
- To be determined!
🛠️ Prerequisites
- Rust 1.85+ (2024 edition) if building from source code
⬇️ Installation
Installation with ASIMOV CLI
Installation from Source Code
👉 Examples
⚙ Configuration
Provide an API key either by module configuration
Or through environment variables
Optional configuration
| Name | Environment Variable | Default |
|---|---|---|
endpoint |
GEMINI_API_ENDPOINT |
https://generativelanguage.googleapis.com |
model |
GEMINI_MODEL |
gemini-2.5-flash |
📚 Reference
Prompt
|
👨💻 Development