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