Ask a question to get started
Enter to sendā¢Shift+Enter new line
Validate that a model exists in the local Ollama instance.
validate_model( client: Client, model_name: str, ) -> None
client
Client
model_name
str
The Ollama client.
The name of the model to validate.