Skip to content

Commit

Permalink
standard-tests[patch]: test stop not stop_sequences (#23200)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jun 20, 2024
1 parent bd5c92a commit ad7f2ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def standard_chat_model_params(self) -> dict:
"temperature": 0,
"max_tokens": 100,
"timeout": 60,
"stop_sequences": [],
"stop": [],
"max_retries": 2,
}

Expand Down

0 comments on commit ad7f2ec

Please sign in to comment.