docs(ollama): add validate_model_on_init note, bump lock (#32172)

This commit is contained in:
Mason Daugherty
2025-07-22 10:58:45 -04:00
committed by GitHub
parent c14bd1fcfe
commit d65da13299
5 changed files with 23 additions and 5 deletions

View File

@@ -53,7 +53,10 @@ class OllamaLLM(BaseLLM):
be present directly within the main response content."""
validate_model_on_init: bool = False
"""Whether to validate the model exists in ollama locally on initialization."""
"""Whether to validate the model exists in ollama locally on initialization.
.. versionadded:: 0.3.4
"""
mirostat: Optional[int] = None
"""Enable Mirostat sampling for controlling perplexity.