atoti_ai_amazon_bedrock.ChatConfig(Chat config for Amazon Bedrock. See the corresponding Javadoc for more details.
*,
model: str,
temperature: float | None =None,
top_p: float | None =None,
top_k: int | None =None,
max_tokens: int | None =None,
)
See also:
The other
ChatConfig implementations.Attributes
model
The ID of the model to use, for example"anthropic.claude-3-sonnet-20240229-v1:0".