llm-ollama-integration

Installation
SKILL.md

LLM Ollama Integration

Overview

Integration of Ollama local LLMs for Chuukese translation assistance, dictionary enrichment, and hybrid translation approaches that combine rule-based methods with language models.

Architecture

chuuk/
├── src/
│   └── translation/
│       ├── helsinki_translator_v2.py  # Primary translator
│       ├── hybrid_translator.py       # Combines models
│       └── ollama_client.py           # Ollama API client
├── ollama-modelfile/
│   └── chuukese-translator.modelfile
├── Dockerfile.ollama
└── ollama-entrypoint.sh
Related skills

More from findinfinitelabs/chuuk

Installs
7
First Seen
Mar 1, 2026