MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / OllamaModelNotFoundError

Class OllamaModelNotFoundError

api/ollama_patch.py:17–19  ·  view source on GitHub ↗

Custom exception for when Ollama model is not found

Source from the content-addressed store, hash-verified

15logger = logging.getLogger(__name__)
16
17class OllamaModelNotFoundError(Exception):
18 """Custom exception for when Ollama model is not found"""
19 pass
20
21def check_ollama_model_exists(model_name: str, ollama_host: str = None) -> bool:
22 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected