Files
niri-ai-sidebar/ollama_client.py
2025-10-24 20:12:51 +02:00

9 lines
259 B
Python

"""Client utilities for interacting with the Ollama API."""
class OllamaClient:
"""Placeholder client used until streaming integration is built."""
def __init__(self) -> None:
raise NotImplementedError("Ollama client not implemented yet.")