asimov-ollama-module 0.0.2

ASIMOV Ollama module.
Documentation

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