Agentic-RagBot / src /services /ollama /__init__.py
T0X1N's picture
chore: codebase audit and fixes (ruff, mypy, pytest)
9659593
Raw
History Blame Contribute Delete
169 Bytes
"""MediGuard AI — Ollama client package."""
from src.services.ollama.client import OllamaClient, make_ollama_client
__all__ = ["OllamaClient", "make_ollama_client"]