Skip to content

Commit ad7f2ec

Browse files
authored
standard-tests[patch]: test stop not stop_sequences (langchain-ai#23200)
1 parent bd5c92a commit ad7f2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/standard-tests/langchain_standard_tests/unit_tests/chat_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def standard_chat_model_params(self) -> dict:
3737
"temperature": 0,
3838
"max_tokens": 100,
3939
"timeout": 60,
40-
"stop_sequences": [],
40+
"stop": [],
4141
"max_retries": 2,
4242
}
4343

0 commit comments

Comments
 (0)