Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Atoti Python SDK
experimental
"ai"
>>> from atoti_ai_amazon_bedrock import ( ... ChatConfig, ... ConnectionConfig, ... ) >>> with tt.experimental({"ai"}): ... ai_config = tt.AiConfig( ... connection=ConnectionConfig( ... aws_access_key="...", ... aws_secret_key="...", ... ), ... chat=ChatConfig( ... model="anthropic.claude-3-sonnet-20240229-v1:0", ... ), ... )