mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 14:03:26 +00:00
langchain[patch]: fix extended tests (#26788)
Broken by addition of `disabled_params`
This commit is contained in:
@@ -103,6 +103,7 @@ def test_configurable() -> None:
|
|||||||
"name": None,
|
"name": None,
|
||||||
"cache": None,
|
"cache": None,
|
||||||
"disable_streaming": False,
|
"disable_streaming": False,
|
||||||
|
"disabled_params": None,
|
||||||
"model_name": "gpt-4o",
|
"model_name": "gpt-4o",
|
||||||
"temperature": 0.7,
|
"temperature": 0.7,
|
||||||
"model_kwargs": {},
|
"model_kwargs": {},
|
||||||
|
Reference in New Issue
Block a user