This is a demo app to show an implementation of the ruby-amazon-bedrock gem. Frontend is built with Tailwind CSS, Hotwire and Stimulus.
- Add ENV vars
You'll have to create an config/application.yml
file with the following configurations in order for the generators to work:
AWS_REGION: 'region'
AWS_ACCESS_KEY_ID: 'key'
AWS_SECRET_ACCESS_KEY: 'access-key'
AWS_S3_BUCKET: 'bucket-name'
- Initial setup
bin/setup
- Start the application
bin/dev