mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-03 18:24:10 +00:00
fix typo
This commit is contained in:
parent
ebde964998
commit
d28db771d4
@ -837,7 +837,7 @@ class ChatModelUnitTests(ChatModelTests):
|
|||||||
assert model is not None
|
assert model is not None
|
||||||
|
|
||||||
def test_model_param_name(self) -> None:
|
def test_model_param_name(self) -> None:
|
||||||
"""Tests model initializatiokn with a model= parameter. This should pass for all
|
"""Tests model initialization with a ``model=`` parameter. This should pass for all
|
||||||
integrations.
|
integrations.
|
||||||
|
|
||||||
.. dropdown:: Troubleshooting
|
.. dropdown:: Troubleshooting
|
||||||
|
Loading…
Reference in New Issue
Block a user