AAlvAAro / ruby-amazon-bedrock

Seamless Integration with Amazon Bedrock for AI-Powered Text and Image Generation in Ruby.
MIT License
6 stars 5 forks source link

Add llama370b_instruct_v1 #4

Open ErebusBat opened 2 months ago

ErebusBat commented 2 months ago

Adds Llama 3 Instruct model

https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-meta.html#model-parameters-meta-request-response

This PR bumps the version by two as it build on my other PR #3

AAlvAAro commented 2 months ago

Hi @ErebusBat looks like you'll have to fix conflicts for this PR. Also would you mind trying to add base64 so this issue https://github.com/AAlvAAro/ruby-amazon-bedrock/issues/5 can be closed and we can link to the PRs. Thanks a lot!

ErebusBat commented 1 month ago

I will rebase to fix conflicts, and look into #5.