mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-05 22:53:30 +00:00
langchain[patch]: fix extended tests (#26788)
Broken by addition of `disabled_params`
This commit is contained in:
parent
fb9ac8da2f
commit
97b27f0930
@ -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": {},
|
||||||
|
Loading…
Reference in New Issue
Block a user