mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-02 21:23:32 +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,
|
||||
"cache": None,
|
||||
"disable_streaming": False,
|
||||
"disabled_params": None,
|
||||
"model_name": "gpt-4o",
|
||||
"temperature": 0.7,
|
||||
"model_kwargs": {},
|
||||
|
Loading…
Reference in New Issue
Block a user