Files
owlen/crates/owlen-ollama
vikingowl 4d7ad2c330 Refactor codebase for consistency and readability
- Standardize array and vector formatting for clarity.
- Adjust spacing and indentation in examples and TUI code.
- Ensure proper newline usage across files (e.g., LICENSE, TOML files, etc.).
- Simplify `.to_string()` and `.ok()` calls for brevity.
2025-10-05 02:31:53 +02:00
..

Owlen Ollama

This crate provides an implementation of the owlen-core::Provider trait for the Ollama backend.

It allows Owlen to communicate with a local Ollama instance, sending requests and receiving responses from locally-run large language models.

Configuration

To use this provider, you need to have Ollama installed and running. The default address is http://localhost:11434. You can configure this in your config.toml if your Ollama instance is running elsewhere.