Skip to content

Commit

Permalink
Revert "Correct anthropic param name"
Browse files Browse the repository at this point in the history
This reverts commit 26676df.
  • Loading branch information
bkiat1123 committed May 14, 2024
1 parent 11093ad commit d4c7403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llms/providers/anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def _prepare_message_inputs(
"messages": messages,
"system": system_message,
"temperature": temperature,
"max_tokens_to_sample": max_tokens,
"max_tokens": max_tokens,
"stop_sequences": stop_sequences,
}
return model_inputs
Expand Down

0 comments on commit d4c7403

Please sign in to comment.