asimov-ollama-module

Crates.ioasimov-ollama-module
lib.rsasimov-ollama-module
version0.0.2
created_at2025-05-20 11:44:08.973218+00
updated_at2025-11-06 06:15:37.42757+00
descriptionASIMOV Ollama module.
homepagehttps://github.com/asimov-modules
repositoryhttps://github.com/asimov-modules/asimov-ollama-module
max_upload_size
id1681182
size56,842
rust (github:asimov-modules:rust)

documentation

README

ASIMOV Ollama Module

License Package on Crates.io Documentation

ASIMOV Ollama module.

✨ Features

  • To be determined!

🛠️ Prerequisites

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

⬇️ Installation

Installation with ASIMOV CLI

asimov module install ollama -v

Installation from Source Code

cargo install asimov-ollama-module

👉 Examples

asimov-ollama-prompter

⚙ Configuration

Provide a model name either by module configuration

asimov module config ollama

Or through environment variables

export OLLAMA_MODEL="..."

Optional configuration

Name Environment Variable Default
endpoint OLLAMA_API_ENDPOINT http://localhost:11434

📚 Reference

Prompt

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

👨‍💻 Development

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

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

Commit count: 0

cargo fmt