bedrock_settings Module
Classes
| BedrockSettings |
Amazon Bedrock service settings. The settings are first loaded from environment variables with the prefix '>>BEDROCK_<<'. If the environment variables are not found, the settings can be loaded from a .env file with the encoding 'utf-8'. If the settings are not found in the .env file, the settings are ignored; however, validation will fail alerting that the settings are missing. Optional settings for prefix '>>BEDROCK_<<' are: * chat_model_id: str | None - The Amazon Bedrock chat model ID to use.
Note: This class is marked as 'experimental' and may change in the future. |