mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 23:41:46 +00:00
docs(ollama): add validate_model_on_init
note, bump lock (#32172)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user