langchain[patch]: fix extended tests (#26788)

Broken by addition of `disabled_params`
This commit is contained in:
ccurme 2024-09-23 14:52:09 -04:00 committed by GitHub
parent fb9ac8da2f
commit 97b27f0930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,7 @@ def test_configurable() -> None:
"name": None,
"cache": None,
"disable_streaming": False,
"disabled_params": None,
"model_name": "gpt-4o",
"temperature": 0.7,
"model_kwargs": {},