Skip to content

Commit

Permalink
langchain[patch]: fix extended tests (#26788)
Browse files Browse the repository at this point in the history
Broken by addition of `disabled_params`
  • Loading branch information
ccurme authored Sep 23, 2024
1 parent fb9ac8d commit 97b27f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/langchain/tests/unit_tests/chat_models/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit 97b27f0

Please sign in to comment.