- Support for llama38b_instruct_v1
- Support for llama370b_instruct_v1
- Explicitly add base64 gem to dependencies
- Support the use of AWS Named Profiles for authentication
- Fix A121 Labs bug for maxTokens parameter
- Allow Image generator to store images in S3 after being created
- Fix bug for Amazon Titan Text Lite
- Allow payload builders to receive and set Model parameters as options
- Make gem configurable
- Fix A121 Labs payloads
- Update README.md with A121 Labs documentation
- Add Text and Image builders to be able to return text or save images depending on the model use case.
- Update README.md documentation to add more details about Amazon Bedrock settings and model usage.
- Add documentation to README.md
- Initial release.
- Add AmazonBedrock::Client to connect to AWS Bedrock GenAI models.
- Add unit tests, test coverage, bundle-audit for vulnerability checks and rubocop for code style checks.