Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Dec 19, 2024
1 parent c8db5a1 commit cdd0cd8
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 @@ -116,6 +116,7 @@ def test_configurable() -> None:
"request_timeout": None,
"max_retries": 2,
"presence_penalty": None,
"reasoning_effort": None,
"frequency_penalty": None,
"seed": None,
"logprobs": None,
Expand Down

0 comments on commit cdd0cd8

Please sign in to comment.