atoti_ai_amazon_bedrock.ChatOptions#
- final class atoti_ai_amazon_bedrock.ChatOptions#
Chat options for Amazon Bedrock.
Warning
This feature is
experimental, its key is"ai".See the corresponding Javadoc for more details.
See also
The other
ChatOptionsimplementations.- frequency_penalty: float | None = None#
Penalty for token frequency. Positive values discourage repetition.
- presence_penalty: float | None = None#
Penalty for token presence. Positive values encourage topic diversity.