chore: bootstrap project scaffold
This commit is contained in:
8
ollama_client.py
Normal file
8
ollama_client.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""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.")
|
||||
Reference in New Issue
Block a user